enum classafFancomSapi::SpeechRecoContextState
sys::Obj sys::Enum afFancomSapi::SpeechRecoContextState
@
Serializable { simple=true }
Lists the states of a recognition context.
http://msdn.microsoft.com/en-us/library/ee125205%28v=vs.85%29.aspx
- SRCS_Disabled
const static SpeechRecoContextState SRCS_Disabled := ...
Specifies that grammars associated with this recognition context are disabled.
Value is 0 (0x0)
- SRCS_Enabled
const static SpeechRecoContextState SRCS_Enabled := ...
Specifies that grammars associated with this recognition context are enabled.
Value is 1 (0x1)
- fromStr
static new fromStr(Str name, Bool checked := true)
Return the SpeechRecoContextState instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- vals
const static SpeechRecoContextState[] vals := ...
List of SpeechRecoContextState values indexed by ordinal