SpeechWordPronounceable

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

SpeechWordPronounceable Enum

The SpeechWordPronounceable enumeration lists the possible return values from the IsPronounceable method of the ISpeechRecoGrammar interface.


Definition

Enum SpeechWordPronounceable
    SWPUnknownWordUnpronounceable = 0
    SWPUnknownWordPronounceable = 1
    SWPKnownWordPronounceable = 2
End Enum

Elements

SWPUnknownWordUnpronounceable
The word is not pronounceable by the SR engine, and is not located in the lexicon and/or the engine's dictionary.
SWPUnknownWordPronounceable
The word is pronounceable by the SR engine, but is not located in the lexicon and/or the engine's dictionary.
SWPKnownWordPronounceable
The word is pronounceable by the SR engine, and is located in the lexicon and/or the engine's dictionary.