classafFancomSapi::ISpeechLexiconWord
sys::Obj afFancomSapi::ISpeechLexiconWord
Provides access to a lexicon word.
http://msdn.microsoft.com/en-us/library/ee125314%28v=vs.85%29.aspx
@clsid {4E5B933C-C9BE-48ED-8842-1EE51BB1D4FF}
- langId
Int? langId { private set }
Returns the language Id of a lexicon word.
- makeFromDispatch
new makeFromDispatch(Dispatch dispatch)
- pronunciations
ISpeechLexiconPronunciations? pronunciations { private set }
Returns the pronunciations of a lexicon word.
- type
SpeechWordType? type { private set }
Returns the type of a lexicon word.
- word
Str? word { private set }
Returns the text of a lexicon word.