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

Source

Int? langId { private set }

Returns the language Id of a lexicon word.

makeFromDispatch

Source

new makeFromDispatch(Dispatch dispatch)

pronunciations

Source

ISpeechLexiconPronunciations? pronunciations { private set }

Returns the pronunciations of a lexicon word.

type

Source

SpeechWordType? type { private set }

Returns the type of a lexicon word.

word

Source

Str? word { private set }

Returns the text of a lexicon word.