SpeechLoadOption

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

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.