SPPRONUNCIATIONFLAGS (SAPI 5.3)

Microsoft Speech API 5.3

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.