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.
This enumeration defines options for loading a grammar. The load options are used by the ISpRecoGrammar interface.
typedef enum SPLOADOPTIONS{ SPLO_STATIC = 0, SPLO_DYNAMIC = 1} SPLOADOPTIONS;
Elements
- SPLO_STATIC
Grammar is loaded statically. - SPLO_DYNAMIC
Grammar is loaded dynamically, meaning that rules can be modified and committed at run time.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
Send Feedback on this topic to the authors