enum classafFancomSapi::SpeechEngineConfidence

sys::Obj
  sys::Enum
    afFancomSapi::SpeechEngineConfidence

@Serializable { simple=true }

SECHighConfidence

Source

const static SpeechEngineConfidence SECHighConfidence := ...

Indication of high confidence.

SECLowConfidence

Source

const static SpeechEngineConfidence SECLowConfidence := ...

Indication of low confidence.

SECNormalConfidence

Source

const static SpeechEngineConfidence SECNormalConfidence := ...

Indication of normal confidence.

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the SpeechEngineConfidence instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

fromVariant

Source

static SpeechEngineConfidence fromVariant(Variant variant)

toFancom

Source

Variant toFancom()

vals

Source

const static SpeechEngineConfidence[] vals := ...

List of SpeechEngineConfidence values indexed by ordinal

value

Source

const Int value