UiPath Documentation
activities
latest
false
Document Understanding activities

TableFieldValue Class

TableFieldValue class, representing a simplified projection of a ResultsValue for table-type fields without referencing information.

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(string columnId, string columnName, SimpleFieldValue simpleFieldValue) - Initializes a new instance of the TableFieldValue class, setting the ColumnId and ColumnName properties from the provided arguments, and the Confidence, DerivedValue, and RawValue properties from the simpleFieldValue argument.
    • columnId (String) - The ID of the column for which the value is reported.
    • columnName (String) - The name of the column for which the value is reported.
    • simpleFieldValue (SimpleFieldValue) - The value whose Confidence, DerivedValue, and RawValue are copied to the new instance.
  • TableFieldValue(string columnId, SimpleFieldValue simpleFieldValue) - Initializes a new instance of the TableFieldValue class, setting the ColumnId property from the provided argument, and the Confidence, DerivedValue, and RawValue properties from the simpleFieldValue argument.
    • columnId, simpleFieldValue - Same as above.

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.
  • Definition
  • Description
  • Members
  • Constructors
  • Properties

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated