ISpeechXMLRecoResult GetXMLErrorInfo Method (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

Interface: ISpeechXMLRecoResult

GetXMLErrorInfo Method

The GetXMLErrorInfo method is used to discover the details of an error that occurred during semantic processing.

ISpeechXMLRecoResult.GetXMLErrorInfo(
    LineNumber As Long,	
    ScriptLine As String,
    Source As String,
    Description As String,	
    ResultCode As Long
) As Boolean

Parameters

LineNumber
The line number where the error occurred.
ScriptLine
The text of the line where the error occurred.
Source
The location of the file in which the error occurred.
Description
A description of the error.
ResultCode
The code number of the error.

Return Value

True if an error did occur during semantic processing or else false.