ISpeechPhraseAlternate PhraseInfo Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechPhraseAlternate

PhraseInfo Property


The PhraseInfo property returns the ISpeechPhraseInfo object of the alternate's parent ISpeechRecoResult object.

Syntax

Set: (This property is read-only)
Get: ISpeechPhraseInfo = ISpeechPhraseAlternate.PhraseInfo

Parts

ISpeechPhraseAlternate
The owning object.
ISpeechPhraseInfo
Set: (This property is read-only)
Get: An ISpeechPhraseInfo that gets the value of the property.

Example

Use of the ISpeechPhraseAlternate object is demonstrated in a code example at the end of this section.