ISpeechRecoResultDispatch GetXMLResult Method (SAPI 5.3)
Microsoft Speech API 5.3
Interface: ISpeechRecoResultDispatch
GetXMLResult Method
The GetXMLResult method returns the recognition result as SSML.
ISpeechXMLRecoResultDispatch.GetXMLResult(
Options As SPXMLRESULTOPTIONS
) As String
Parameters
- Options
An element in the enumeration that specifies whether the primary result (0) or the alternate results (1) should be returned.
Return Value
A String that is the result formatted as SSML.