Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
ISpXMLRecoResult::GetXMLErrorInfo
ISpXMLRecoResult::GetXMLErrorInfo is used to discover the details of an error that occurred during semantic processing.
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>HRESULT GetXMLErrorInfo(</strong> <strong> <a runat="server" href="jj127882(v=msdn.10).md">SPSEMANTICERRORINFO</a></strong> *<em>pSemanticErrorInfo</em> <strong>);</strong> </pre>
Parameters
- pSemanticErrorInfo
A structure that will be populated with details of the error.
Return Values
Value | Description |
---|---|
S_OK | Function completed successfully. |
S_FALSE | Information could not be returned because no script error occurred. |
E_NOTIMPL | Engine does not support functionality. |