You are reading help file online using chmlib.com
|
The SpeechLexiconType enumeration lists the allowed lexicon types.
Currently there are only two types in use: user and application lexicons. Additional types may be added in the future or created uniquely by the application.
Enum SpeechLexiconType {
SLTUser = 1
SLTApp = 2
} End Enum
You are reading help file online using chmlib.com
|