XmlResult Object (Web Services API)
This object represents the parameters and results of processing a job.
Properties
| Name | Type | Description |
| ExportParams | ExportParams | Stores the export parameters. |
| IndexingUserName | String | The name of the user that performed the indexing. |
| IndexingUserNameRestrictions | String[ ] | If not empty, specifies the user names of users who are allowed to index documents in this job. |
| InputFiles | InputFile[ ] | Stores the set of image files and processing results. |
| JobDocuments | JobDocument[ ] | Stores the set of job documents. |
| IsFailed | Boolean | If an error occurred during processing, this property will be set to TRUE. |
| Messages | JobMessage[ ] | A list of errors, warnings, and information messages for the job. |
| Name | String | Stores the name of XML Result, which coincides with the name of the XML Ticket that was used for recognition. |
| PreprocessingParams | PreprocessingParams | Stores the image processing parameters. |
| Priority | PriorityEnum | Stores the priority of the job. |
| RecognitionParams | RecognitionParams | Stores the recognition parameters. |
| Statistics | Statistics, read-only | Returns the job processing statistics. |
| UserProperty | String | Stores the user-defined string which is specified the UserProperty property of the XmlTicket object. |
| VerificationUserName | String | The name of the user that performed the verification. |
| VerificationUserNameRestrictions | String[ ] | If not empty, specifies the user names of users who are allowed to verify documents in this job. |
| Id | String | Stores the ID of the job. |
Output parameter
The XmlResult object is the output parameter of the WebService::ProcessFile and WebService::ProcessTicket methods.
See also
26.03.2024 13:49:49