You are reading help file online using chmlib.com
|
The SpeechWordType enumeration lists the change state of a word/pronunciation combination in a lexicon.
The ISpeechLexiconWord.Type property returns a SpeechWordType value.
Enum SpeechWordType
SWTAdded = 1
SWTDeleted = 2
End Enum
You are reading help file online using chmlib.com
|