Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Microsoft Speech Platform

SPBINARYGRAMMAR

SPBINARYGRAMMAR contains the grammar size information. A binary grammar is the resulting data after calling ISpGrammarBuilder::Commit().

<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>typedef struct SPBINARYGRAMMAR</strong> <strong>{</strong> <strong>ULONG</strong> <em>ulTotalSerializedSize</em>; <strong>} SPBINARYGRAMMAR;</strong> </pre>

Members

  • ulTotalSerializedSize
    Total size, in bytes, of the serialized grammar.