Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.