Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SPPRONUNCIATIONFLAGS
Microsoft Speech Platform
SPPRONUNCIATIONFLAGS is used with the ISpEnginePronunciation::GetPronounciations function.
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>typedef enum SPPRONUNCIATIONFLAGS</strong> <strong>{</strong> <strong>ePRONFLAG_USED</strong> <strong>} SPPRONUNCIATIONFLAGS</strong>; </pre>
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 speech synthesis (TTS) engine will only synthesize one of the pronunciations, and will only set this bit in this case.