Note

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

Microsoft Speech Platform

SPSERIALIZEDRESULT

SPSERIALIZEDRESULT contains the size information for a phrase.

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

Members

  • ulSerializedSize
    The size of the entire phrase in bytes, including this ULONG.