classafFancomSapi::ISpeechPhraseElement
sys::Obj afFancomSapi::ISpeechPhraseElement
Provides access to information about a word or phrase.
http://msdn.microsoft.com/en-us/library/ee125345%28v=vs.85%29.aspx
@clsid {E6176F96-E373-4801-B223-3B62C068C0B4}
- actualConfidence
- SpeechEngineConfidence? actualConfidence { private set }- Returns the actual confidence for the phrase element. 
- audioSizeBytes
- Int? audioSizeBytes { private set }- Returns the size of audio data in bytes for this phrase. 
- audioSizeTime
- Int? audioSizeTime { private set }- Returns the length of phrase's audio in 100-nanosecond units. 
- audioStreamOffset
- Int? audioStreamOffset { private set }- Returns the starting offset of the element in bytes relative to the start of the phrase in the original input stream. 
- audioTimeOffset
- Int? audioTimeOffset { private set }- Returns the starting offset of the element in 100-nanosecond units relative to the start of the phrase. 
- displayAttributes
- SpeechDisplayAttributes? displayAttributes { private set }- Returns a set of SpeechDisplayAttributes constants defining information about the display of this word. 
- displayText
- Str? displayText { private set }- Returns the display text for the element. 
- engineConfidence
- Float? engineConfidence { private set }- Returns the confidence score for the rule computed by the SR engine. 
- lexicalForm
- Str? lexicalForm { private set }- Returns the lexical form of the element. 
- makeFromDispatch
- new makeFromDispatch(Dispatch dispatch)
- pronunciation
- Variant pronunciation { private set }- Returns the pronunciation of the element as phonemes. 
- requiredConfidence
- SpeechEngineConfidence? requiredConfidence { private set }- Returns the required confidence for this element. 
- retainedSizeBytes
- Int? retainedSizeBytes { private set }- Returns the size, in bytes, of the element in the retained audio stream. 
- retainedStreamOffset
- Int? retainedStreamOffset { private set }- Returns the starting offset of the element in bytes relative to the start of the phrase in the retained audio stream.