Microsoft Speech Platform
Interface: ISpeechPhraseAlternate
RecoResult Property
The RecoResult property returns the alternate's parent ISpeechRecoResult object.
Syntax
Set: | (This property is read-only) |
Get: | ISpeechRecoResult = ISpeechPhraseAlternate.RecoResult |
Parts
- ISpeechPhraseAlternate
- The owning object.
- ISpeechRecoResult
-
Set: (This property is read-only)
Get: The alternate's parent ISpeechRecoResult object.
Example
Use of the ISpeechPhraseAlternate object is demonstrated in a code example at the end of this section.