ResultsDataPoint Class
Definition
- 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. SetsUiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint.DataSourcetoAutomatic,UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint.DataVersionto0, and fills out field-specific information.
- Creates a missing automatically extracted
ResultsDataPoint(<string>, <string>, UiPath.DocumentProcessing.Contracts.Taxonomy.FieldType, UiPath.DocumentProcessing.Contracts.Results.ResultsValue[])- Creates an automatically extracted
UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint. SetsUiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint.DataSourcetoAutomatic,UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint.DataVersionto0, and fills out field-specific information.
- Creates an automatically extracted
ResultsDataPoint(<string>, <string>, UiPath.DocumentProcessing.Contracts.Taxonomy.FieldType, UiPath.DocumentProcessing.Contracts.Results.ResultsDataSource, UiPath.DocumentProcessing.Contracts.Results.ResultsValue[], <int>) - creates a newUiPath.DocumentProcessing.Contracts.Results.ResultsDataPointwith 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.DataVersionInt- 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.FieldIdString- The field ID, as defined in the taxonomy file.FieldNameString- The field name, as defined in the taxonomy.FieldTypeUiPath.DocumentProcessing.Contracts.FieldType- The field type, as defined in the taxonomy.IsMissingBoolean- If there are no values, theIsMissingflag is set toTrue.Values<UiPath.DocumentProcessing.Contracts.ResultsValue>- A list of values associated with the field.OperatorConfirmedBoolean- Flag indicating if the data point was confirmed by a reviewer.public string ValidatorNotes {get; set}=string.Empty.public string ValidatorNotesInfo {get; set}=string.Empty.