Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
SPLOADOPTIONS
SPLOADOPTIONS indicates how a grammar is loaded. This is used by the ISpRecoGrammar interface.
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>typedef enum SPLOADOPTIONS</strong> <strong>{</strong> <strong>SPLO_STATIC,</strong> <strong>SPLO_DYNAMIC</strong> <strong>} SPLOADOPTIONS</strong>; </pre>
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.