Microsoft Speech Platform
ISpeechRecoResultDispatch
New in SAPI 5.3
Supports IDispatch access to the ISpeechRecoResult and ISpeechXMLRecoResult interfaces.
The ISpeechRecoResultDispatch interface cannot be QI'd.
Automation Interface Elements
The ISpeechRecoResultDispatch automation interface contains the following elements:
Properties | Description |
---|---|
AudioFormat | Gets or sets the audio stream format. |
PhraseInfo | Returns an ISpeechPhraseInfo interface whose properties contain or whose methods can access detailed information about the last recognized phrase. |
RecoContext | Retrieves the current ISpeechRecoContext for the recognizer. |
Times | Retrieves the time information associated with the result. |
Methods | Description |
---|---|
Alternates | Returns a list of alternate words. |
Audio | Creates an audio stream from the audio data in the result object. |
DiscardResultInfo | Discards the requested data from a phrase object. |
GetXMLErrorInfo | Is used to discover the details of an error that occurred during semantic processing. |
GetXMLResult | Returns the recognition result as SSML. |
SaveToMemory | Saves the entire recognition result to memory. |
SpeakAudio | Plays the audio sequence containing the recognized phrase. |