Skip to main content
The document currently being processed in Process Skill condition activities. Depending on the processing stages that the document has already passed, some of the object properties may return empty values. For example, if no skills have been applied to the document yet, only the DocumentId and SourceFiles properties will be returned; ResultClass will only be returned after a Classification skill has been applied; and Fields will be populated once the fields have been extracted.

Properties

NameTypeDescription
ClassConfidencesClassConfidenceThe 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.
DocumentIdstringThe unique document identifier
DocumentSkillIdstringThe 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
DocumentSkillNamestringThe 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
FieldsField[]Fields that have been detected on the document. The collection is only populated using documents that the Document skill has been applied to
HasSuspiciousSymbolsboolReturns true if the document contains at least one field with characters recognized with low confidence
IsResultClassConfidentboolReturns true if the class of the document was determined confidently. Important! Classification confidence information is returned for a Classification skill only.
IsUnknownSkillboolSpecifies whether the document class (and therefore the Document skill) has been determined
PagesPage[]The pages of the document
ResultClassstringThe class that the document was classified as by the Classification skill. If the document was not classified, the property will return null
ResultClassIdstringThe 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
RuleErrorsRuleError[]Field extraction validation rule errors
SourceFilesSourceFile[]Document source files