ProcessXmlTicket Method of Client Object (COM-based API)
Important! This method is deprecated. Please chain the following methods instead: ProcessXmlTicketAsync + GetJobState + GetJobResult.
This method uses the parameters of Xml Ticket and the specified workflow to recognize the input image. The Xml Ticket parameters override the workflow parameters.
Visual Basic Syntax
Method ProcessXmlTicket(
ticket As XmlTicket,
workflowName As String
) As XmlResult
C++ Syntax
HRESULT ProcessXmlTicket(
XmlTicket* ticket,
BSTR workflowName,
IXmlResult** result
);
Parameters
ticket
[in] This variable refers to the XmlTicket object that corresponds to the processing parameters of one job.
workflowName
[in] This parameter contains the workflow name. The workflow name must be an element of the list returned by the IClient::Workflows property.
result
[out] A pointer to an IXmlResult* pointer variable that receives the interface pointer of the XmlResult object.
Return Values
This method has no specific return values. It returns standard return values of ABBYY FineReader Server Open API functions.
See also
IClient::ProcessXmlTicketAsync.
See sample: Samples.
26.03.2024 13:49:49