Share via


ISpeechPhraseAlternate PhraseInfo Property (SAPI 5.3)

Microsoft Speech API 5.3

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.