SpeechLoadOption (SAPI 5.3)
Microsoft Speech API 5.3
SpeechLoadOption Enum
The SpeechLoadOption enumeration lists the options available when loading a speech grammar.
Definition
Enum SpeechLoadOption
SLOStatic = 0
SLODynamic = 1
End Enum
Elements
- SLOStatic
Specifies that the grammar is loaded statically. - SLODynamic
Specifies that the grammar is loaded dynamically, meaning that rules can be modified and committed at run time.