classafFancomSapi::ISpeechLexiconPronunciation

sys::Obj
  afFancomSapi::ISpeechLexiconPronunciation

Provides access to the pronunciations of a speech lexicon word.

http://msdn.microsoft.com/en-us/library/ee125305%28v=vs.85%29.aspx

@clsid {95252C5D-9E43-4F4A-9899-48EE73352F9F}

langId

Source

Int? langId { private set }

Returns the language id of the pronunciation.

makeFromDispatch

Source

new makeFromDispatch(Dispatch dispatch)

partOfSpeech

Source

SpeechPartOfSpeech? partOfSpeech { private set }

Returns a word's part of speech.

phoneIds

Source

Variant phoneIds { private set }

Returns the pronunciation of a word as a Variant array of numeric phone ids.

symbolic

Source

Str? symbolic { private set }

Returns the pronunciation of a word as a string of phone symbols.

type

Source

SpeechLexiconType? type { private set }

Returns the type of the pronunciation.