SpeechWordType (SAPI 5.3)
Microsoft Speech API 5.3
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.