Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech SDK Version 5.1
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.