SPPRONUNCIATIONFLAGS (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform


SPPRONUNCIATIONFLAGS

New in SAPI 5.3

SPPRONUNCIATIONFLAGS is used with the ISpEnginePronunciation::GetPronounciations function.

typedef enum SPPRONUNCIATIONFLAGS
{
    ePRONFLAG_USED
} SPPRONUNCIATIONFLAGS;

Elements

ePRONFLAG_USED
Set if the engine will use this pronunciation; otherwise, clear. For example, a speech recognition engine would listen for all pronunciations, and hence would always set this bit. However, a synthesis engine will only synthesize one of the pronunciations, and will only set this bit in this case.