SpeechRecoContextState (Speech API (SAPI) SDK 5.4)

Microsoft Speech Platform SDK 11

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.