SpeechWordType

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

SpeechWordType Enum

The SpeechWordType enumeration lists the change state of a word/pronunciation combination in a lexicon.

The ISpeechLexiconWord.Type property returns a SpeechWordType value.


Definition

Enum SpeechWordType
    SWTAdded = 1
    SWTDeleted = 2
End Enum

Elements

SWTAdded
Indicates that the word has been added to the lexicon.
SWTDeleted
Indicates that the word has been deleted from the lexicon.