This topic has not yet been rated - Rate this topic

ISpeechXMLRecoResult GetXMLResult Method (SAPI 5.3)

Speech API 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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.