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
Int? langId { private set }
Returns the language id of the pronunciation.
- makeFromDispatch
new makeFromDispatch(Dispatch dispatch)
- partOfSpeech
SpeechPartOfSpeech? partOfSpeech { private set }
Returns a word's part of speech.
- phoneIds
Variant phoneIds { private set }
Returns the pronunciation of a word as a Variant array of numeric phone ids.
- symbolic
Str? symbolic { private set }
Returns the pronunciation of a word as a string of phone symbols.
- type
SpeechLexiconType? type { private set }
Returns the type of the pronunciation.