TableFieldValue Class
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Results - Assembly:
UiPath.DocumentProcessing.Contracts
Description
A public class that represents a projection of a ResultsValue for a table type of field in a simpler format, without any referencing or sourcing information.
Members
Constructors
TableFieldValue(stringColumnId,stringColumnName,UiPath.DocumentProcessing.Contracts.Results.SimpleFieldValuesimpleFieldValue) - Initializes a new instance of theTableFieldValueclass setting values forColumnIdandColumnNamefrom the provided arguments, and theConfidence,DerivedValue, andRawValuefrom theSimpleFieldValueargument.TableFieldValue(stringcolumnId,UiPath.DocumentProcessing.Contracts.Results.SimpleFieldValueSimpleFieldValue) - Initializes a new instance of theTableFieldValueclass, setting theColumnIdfrom theColumnIdargument, and theConfidence,DerivedValueandRawValuefrom theSimpleFieldValuesupplied as an argument.
Properties
ColumnId<string>- The ID of the column for which theResultsValueis reported.ColumnName<string>- The name of the column for which theResultsValueis reported.Confidence<float>- A value representing the confidence for theResultsValue.DerivedValue<string>- The derived value representation for theResultsValue.RawValue<string>- The value of the representedResultsValue.UnformattedValue<string>- Gets the unformatted value reported by the extractor.Value<string>- Gets the actual extracted value.