enum classafFancomSapi::SpeechEngineConfidence
sys::Obj sys::Enum afFancomSapi::SpeechEngineConfidence
@Serializable { simple=true }
Specifies levels of confidence.
http://msdn.microsoft.com/en-us/library/ee125196%28v=vs.85%29.aspx
- SECHighConfidence
const static SpeechEngineConfidence SECHighConfidence := ...Indication of high confidence.
- SECLowConfidence
const static SpeechEngineConfidence SECLowConfidence := ...Indication of low confidence.
- SECNormalConfidence
const static SpeechEngineConfidence SECNormalConfidence := ...Indication of normal confidence.
- fromStr
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
static SpeechEngineConfidence fromVariant(Variant variant)- toFancom
Variant toFancom()- vals
const static SpeechEngineConfidence[] vals := ...List of SpeechEngineConfidence values indexed by ordinal
- value
const Int value