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

Source

SpeechEngineConfidence? actualConfidence { private set }

Returns the actual confidence for the phrase element.

audioSizeBytes

Source

Int? audioSizeBytes { private set }

Returns the size of audio data in bytes for this phrase.

audioSizeTime

Source

Int? audioSizeTime { private set }

Returns the length of phrase's audio in 100-nanosecond units.

audioStreamOffset

Source

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

Source

Int? audioTimeOffset { private set }

Returns the starting offset of the element in 100-nanosecond units relative to the start of the phrase.

displayAttributes

Source

SpeechDisplayAttributes? displayAttributes { private set }

Returns a set of SpeechDisplayAttributes constants defining information about the display of this word.

displayText

Source

Str? displayText { private set }

Returns the display text for the element.

engineConfidence

Source

Float? engineConfidence { private set }

Returns the confidence score for the rule computed by the SR engine.

lexicalForm

Source

Str? lexicalForm { private set }

Returns the lexical form of the element.

makeFromDispatch

Source

new makeFromDispatch(Dispatch dispatch)

pronunciation

Source

Variant pronunciation { private set }

Returns the pronunciation of the element as phonemes.

requiredConfidence

Source

SpeechEngineConfidence? requiredConfidence { private set }

Returns the required confidence for this element.

retainedSizeBytes

Source

Int? retainedSizeBytes { private set }

Returns the size, in bytes, of the element in the retained audio stream.

retainedStreamOffset

Source

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.