SPBINARYGRAMMAR

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

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.