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
SPBINARYGRAMMAR
SPBINARYGRAMMAR contains the grammar size information. A binary grammar is the resulting data after calling either ISpGrammarBuilder::Commit() or ISpGrammarCompiler::CompileStream().
typedef struct SPBINARYGRAMMAR
{
ULONG ulTotalSerializedSize;
} SPBINARYGRAMMAR;
Members
- ulTotalSerializedSize
Total size, in bytes, of the serialized grammar.