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

TableFieldValue Class

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(string ColumnId, string ColumnName, UiPath.DocumentProcessing.Contracts.Results.SimpleFieldValue simpleFieldValue) - Initializes a new instance of the TableFieldValue class setting values for ColumnId and ColumnName from the provided arguments, and the Confidence, DerivedValue, and RawValue from the SimpleFieldValue argument.
  • TableFieldValue(string columnId, UiPath.DocumentProcessing.Contracts.Results.SimpleFieldValue SimpleFieldValue) - Initializes a new instance of the TableFieldValue class, setting the ColumnId from the ColumnId argument, and the Confidence, DerivedValue and RawValue from the SimpleFieldValue supplied as an argument.
Properties
  • ColumnId <string> - The ID of the column for which the ResultsValue is reported.
  • ColumnName <string> - The name of the column for which the ResultsValue is reported.
  • Confidence <float> - A value representing the confidence for the ResultsValue.
  • DerivedValue <string> - The derived value representation for the ResultsValue.
  • RawValue <string> - The value of the represented ResultsValue.
  • UnformattedValue <string> - Gets the unformatted value reported by the extractor.
  • Value <string> - Gets the actual extracted value.
  • 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.