Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.3
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.