| ClassConfidences | ClassConfidenceModel[], read-only | The confidence values for the class. Note: The confidence values are returned for a Classification skill only. |
| DocumentId | string, read-only | The unique document identifier. |
| DocumentSkillId | string, read-only | The unique identifier of the Process skill applied to the document. |
| DocumentSkillName | string, read-only | The name of the Process skill applied to the document. |
| Fields | Field[], read-only | Fields that have been detected on the document. The collection is only populated using documents that the Document skill has been applied to. |
| IsResultClassConfident | bool | Returns true if the class of the document was determined confidently. Note: Classification confidence information is returned for a Classification skill only. |
| Pages | Page[], read-only | The pages of the document. |
| ResultClass | string, read-only | The class that the document was classified as by the Classification skill. If the document was not classified, the property will return an empty value. |
| RuleErrors | RuleError[], read-only | Field extraction validation rule errors. |
| SourceFiles | BinaryFile[], read-only | Document source files. If the source file was in JPEG format, all source metadata including the EXIF data will be preserved. This object contains the image before preprocessing. |
| Exports | ResultFiles | Document export results. |
| RegistrationParameters | Record<string, Parameter>, read-only | Returns a dictionary of the source file registration parameters for the first page of the document. The keys represent parameter names and the key values represent Parameter objects. |