Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
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.