ProcessXmlTicketAsync Method of Client Object (COM-based API)
This method uses the parameters of Xml Ticket and the specified workflow to recognize the input image in asynchronous mode. The Xml Ticket parameters override the workflow parameters.
Visual Basic Syntax
Method ProcessXmlTicketAsync(
ticket As XmlTicket,
workflowName As String
) As String
C++ Syntax
HRESULT ProcessXmlTicketAsync(
XmlTicket* ticket,
BSTR workflowName,
BSTR* jobId
);
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.
jobId
[out] A pointer to a string variable that receives the job identification.
Return Values
This method has no specific return values. It returns standard return values of ABBYY FineReader Server Open API functions.
See also
26.03.2024 13:49:49