Microsoft Speech Platform
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.