ISpeechXMLRecoResult GetXMLResult Method (SAPI 5.3)
Microsoft Speech API 5.3
Interface: ISpeechXMLRecoResult
GetXMLResult Method
The GetXMLResult method returns the result as Semantic Markup Language (SML).
Recognition results are returned in Semantic Markup Language (SML), an XML format defined in the W3C document Semantic Interpretation for Speech Recognition.
ISpeechXMLRecoResult.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 Semantic Markup Language.