SpeechWordPronounceable (SAPI 5.4)

Microsoft Speech API 5.4

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.