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
SPLOADOPTIONS
SPLOADOPTIONS indicates how a grammar is loaded. This is used by the ISpRecoGrammar interface.
typedef enum SPLOADOPTIONS
{
SPLO_STATIC,
SPLO_DYNAMIC
} SPLOADOPTIONS;
Elements
- SPLO_STATIC
Flag specifying that the grammar is loaded statically. - SPLO_DYNAMIC
Flag specifying that the grammar is loaded dynamically, meaning that rules can be modified and committed at run-time.