You are reading help file online using chmlib.com
|
The SpeechRuleAttributes enumeration lists the possible attributes of a grammar rule.
Used in ISpeechGrammarRules.Add and ISpeechGrammarRule.Attributes.
Enum SpeechRuleAttributes
SRATopLevel = 1
SRADefaultToActive = 2
SRAExport = 4
SRAImport = 8
SRAInterpreter = 16
SRADynamic = 32
End Enum
You are reading help file online using chmlib.com
|