You are reading help file online using chmlib.com
|
The SpeechSpecialTransitionType enumeration lists special transitions for the speech recognition engine.
Special transitions may not be supported by all speech engines. Used in ISpeechGrammarRuleState.AddSpecialTransition.
Enum SpeechSpecialTransitionType
SSTTWildcard = 1
SSTTDictation = 2
SSTTTextBuffer = 3
End Enum
You are reading help file online using chmlib.com
|