Microsoft Speech SDK Version 5.4
SpeechRecoContextState Enum
The SpeechRecoContextState enumeration lists the states of a recognition context.
Used by ISpeechRecoContext.State
Definition
Enum SpeechRecoContextState
SRCS_Disabled = 0
SRCS_Enabled = 1
End Enum
Elements
- SRCS_Disabled
- Specifies that grammars associated with this recognition context are disabled.
- SRCS_Enabled
- Specifies that grammars associated with this recognition context are enabled.