You are reading help file online using chmlib.com
|
The SpeechGrammarRuleStateTransitionType enumeration lists the types of transitions for the speech recognition engine.
Enum SpeechGrammarRuleStateTransitionType
SGRSTTEpsilon = 0
SGRSTTWord = 1
SGRSTTRule = 2
SGRSTTDictation = 3
SGRSTTWildcard = 4
SGRSTTTextBuffer = 5
End Enum
You are reading help file online using chmlib.com
|