Id | int | The ID of the document. |
BatchId | int | The ID of the batch. |
DocIndex | int | Document index. |
Pages | Page2[] | The set of pages in the document. |
PageCount | int | The number of pages in the document. |
IsProcessed | bool | A flag that shows whether the document has been processed. True if processed, False if not. |
HasProcessingErrors | bool | A flag that shows whether processing errors occurred. True if some processing errors occurred, False if there were none. |
HasDocumentErrors | bool | A flag that shows whether the document has errors, such as format, rule, or assembly errors. True if there are errors in the document, False if there are none. |
ErrorText | string | A description of the document processing errors. Completed automatically by the Application Server. |
ExternalId | string | The external ID of the document. If left empty, the parameter is completed automatically by the Application Server and is the same as Id. |
Properties | RegistrationProperty[] | The set of registration parameters for the document. |
PropertiesCount | int | The number of registration parameters. |
Priority | int | Document priority. For possible values, see ProcessingPriority. |
FileVersion | int | The version of the document file on the server. Completed automatically by the Application Server. |
OwnerId | int | The ID of the user or group the document is assigned to. |
StageExternalId | int | The ID of the processing stage in which the task is created. |
TaskId | int | The ID of the task the document belongs to. |
UncertainSymbols | int | The number of uncertain characters. |
VerificationSymbols | int | The number of verified characters. |
TotalSymbols | int | The total number of characters. |
HasErrors | bool | Document errors. True if there are errors in the document, False if there are none. |
HasWarnings | bool | Document warnings. True if there are warnings in the document, False if there are none. |
HasAssemblingErrors | bool | Document assembly errors. True if there are assembly errors in the document, False if there are none. |
HasAttachments | bool | A flag that shows whether the document has attachments. |
Flags | int | A set of flags that describe the status of the document. The value combines the flags listed after this table. |