Note

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

Microsoft Speech Platform

SPNORMALIZATIONLIST

Contains a list of alternative normalization forms for a word. It is used as a parameter for the ISpEnginePronunciation::Normalize function.

<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>typedef struct SPNORMALIZATIONLIST {</strong> <strong>ULONG</strong> <em>ulSize</em>; <strong>WCHAR</strong> **<em>ppszzNormalizedList</em>; <strong>} SPNORMALIZATIONLIST;</strong> </pre>

Members

  • ulSize
    The size of the structure, in bytes.
  • ppszzNormalizedList
    Contains the list of alternative normalization forms. The application must allocate the SPNORMALIZATIONLIST structure.