Microsoft Speech Platform
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.