Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.