This topic has not yet been rated - Rate this topic

SPNORMALIZATIONLIST (SAPI 5.3)

Speech API 5.3
Microsoft Speech API 5.3

SPNORMALIZATIONLIST

New in SAPI 5.3

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


typedef struct SPNORMALIZATIONLIST
{
    ULONG      ulSize;
    WCHAR    **ppszzNormalizedList;
} SPNORMALIZATIONLIST;

Members

ulSize
The size of the structure, in bytes.
ppszzNormalizedList
Contains the list of alternative normalization forms. The application must allocate the SPNORMALIZATIONLIST structure.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.