Activities
latest
false
Banner background image
Document Understanding Activities
Last updated Apr 10, 2024

ResultsDataPoint Class

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

Description

A public class that represents a field and its associated extracted values.

Members

Constructors
  • ResultsDataPoint (<string>, <string>, UiPath.DocumentProcessing.Contracts.Taxonomy.FieldType) - Creates a missing automatically extracted UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint. Sets UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint.DataSource to Automatic, UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint.DataVersion to 0, and fills out field-specific information.
  • ResultsDataPoint (<string>, <string>, UiPath.DocumentProcessing.Contracts.Taxonomy.FieldType, UiPath.DocumentProcessing.Contracts.Results.ResultsValue[]) - Creates an automatically extracted UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint. Sets UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint.DataSource to Automatic, UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint.DataVersion to 0, and fills out field-specific information.
  • ResultsDataPoint (<string>, <string>, UiPath.DocumentProcessing.Contracts.Taxonomy.FieldType, UiPath.DocumentProcessing.Contracts.Results.ResultsDataSource, UiPath.DocumentProcessing.Contracts.Results.ResultsValue[], <int>) - creates a new UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint with the specified arguments.
Methods
  • GetValue() - Returns the first field value or null if the field is missing.
  • GetValue (<int>) - Returns the field value at the specified index or null if the field is missing.
  • SetValue (UiPath.DocumentProcessing.Contracts.Results.ResultsValue) - Overwrites the current value(s) with the single specified value.
Properties
  • DataSource <string> - The source of the reported information.
  • DataVersion int - The number of changes done to the field. The version of an automatically extracted field is 0, and is incremented for each subsequent manual modification.
  • FieldId string - The field ID, as defined in the taxonomy file.
  • FieldName string - The field name, as defined in the taxonomy.
  • FieldType string - The field type, as defined in the taxonomy.
  • IsMissing bool - If there are no values, the IsMissing flag is set to True.
  • Values <string> - A list of values associated with the field.
  • OperatorConfirmed bool - Flag indicating if the data point was confirmed by a reviewer.
  • 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.