SpeechRuleState

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

SpeechRuleState Enum

The SpeechRuleState enumeration lists the states of a speech grammar rule.


Definition

Enum SpeechRuleState
    SGDSInactive = 0
    SGDSActive = 1
    SGDSActiveWithAutoPause = 3
End Enum

Elements

SGDSInactive
Grammar rule is inactive.
SGDSActive
Grammar rule is active.
SGDSActiveWithAutoPause
SR engine will be placed in a paused state when the grammar rule is recognized.