Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
DISPID_SpeechXMLRecoResult
DISPID_SpeechXMLRecoResult enumerates the types of V-Table access to XML results.
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>typedef enum DISPID_SpeechXMLRecoResult</strong> <strong>{</strong> <strong>DISPID_SRRGetXMLResult,</strong> <strong>DISPID_SRRGetXMLErrorInfo</strong> <strong>} DISPID_SpeechXMLRecoResult</strong>; </pre>
Elements
- DISPID_SRRGetXMLResult
Allows access to result information in Semantic Markup Language (SML), an XML format. - DISPID_SRRGetXMLErrorInfo
Allows access to information about an error that occurred during semantic processing.
Remarks
For more information about SML, see Semantic Markup Language Reference (Microsoft.Speech).