SpeechRecoContextState

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 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.