Activities
latest
false
Banner background image
Document Understanding Activities
Last updated Mar 28, 2024

ResultsDocument Class

Namespace: UiPath.DocumentProcessing.Contracts.Results
Assembly: UiPath.DocumentProcessing.Contracts

Description

A public class that represents document info for a reported extraction or classification result.

Note: Starting with UiPath.DocumentProcessing.Contracts package version 1.17, a new way to represent extracted tables was introduced in the Tables property of the ResultDocument class. The previous representation (as a ResultsDataPoint in the Fields array) is obsolete. Currently both ways to represent tables are maintained (so an extracted table appears both under Fields and Tables) however support for the old format will be removed in the future.

Members

Constructors
  • ResultsDocument() - Initializes a new instance of the ResultsDocument class with no arguments.
Properties
  • Bounds <string> - The document boundaries for which the current result is reported.
  • DataVersion <int> - The data version for the entire ResultsDocument object. The version of an automatically extracted document is 0, and is incremented for each subsequent manual modification.
  • DocumentCategory <string> - The taxonomy category in which the reported document type is defined.
  • DocumentGroup <string> - The taxonomy group in which the reported document type is defined.
  • DocumentTypeId <string> - The document type id reported in the results.
  • DocumentTypeName <string> - The document type name reported in the results.
  • DocumentTypeSource <string> - The source of the document type setting.
  • DocumentTypeField <string> - The document type details, containing reference, confidence etc.
  • DocumentTypeDataVersion <int> - The data version for the reported document type field.
  • Fields <string> - Collection of extracted fields for each field defined in the document type.
  • Language <string> - A three letter language code according to ISO 639-3 standard, as set for the document.
  • Tables <string> - Collection of extracted tables for each table field defined in the document type.
  • Description
  • Members

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.