| ClassConfidences | ClassConfidence | The confidence values for the class. If the document was not classified, the property will return null. Important! The confidence values are returned for a Classification skill only. |
| DocumentId | string | The unique document identifier |
| DocumentSkillId | string | The unique identifier of the skill applied to the document. If the document has passed several processing stages, only the identifier of the most recently applied skill will be specified |
| DocumentSkillName | string | The name of the skill applied to the document. If the document has passed several processing stages, only the name of the most recently applied skill will be specified |
| Fields | Field[] | Fields that have been detected on the document. The collection is only populated using documents that the Document skill has been applied to |
| HasSuspiciousSymbols | bool | Returns true if the document contains at least one field with characters recognized with low confidence |
| IsResultClassConfident | bool | Returns true if the class of the document was determined confidently. Important! Classification confidence information is returned for a Classification skill only. |
| IsUnknownSkill | bool | Specifies whether the document class (and therefore the Document skill) has been determined |
| Pages | Page[] | The pages of the document |
| ResultClass | string | The class that the document was classified as by the Classification skill. If the document was not classified, the property will return null |
| ResultClassId | string | The identifier of the class that the document was classified as by the Classification skill. If the document was not classified, the property will return null |
| RuleErrors | RuleError[] | Field extraction validation rule errors |
| SourceFiles | SourceFile[] | Document source files |