Compartilhar via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Microsoft Speech Platform

ISpPhrase2::GetXMLErrorInfo

ISpPhrase2::GetXMLErrorInfo provides error information for the phrase as Semantic Markup Language (SML).

<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
    Indicates where an error occurred in semantic processing.

Return Values

Value Description
S_OK Function completed successfully.
E_INVALIDARG pSemanticErrorInfo is invalid.
E_OUTOFMEMORY Exceeded available memory.
S_FALSE Information could not be returned because no script error occurred.
E_NOTIMPL Engine does not support functionality.

Remarks

For more information about SML, see Semantic Markup Language Reference (Microsoft.Speech).