UiPath Documentation
activities
latest
false
Document Understanding activities

ResultsTableColumnInfo Class

ResultsTableColumnInfo class, providing column metadata for extracted table results.

The ResultsTableColumnInfo class provides information about the columns of the table.

Definition

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

Description

Provides information about the columns of the table.

Members

Constructors

  • ResultsTableColumnInfo(string fieldId, string fieldName, FieldType fieldType) - Creates a new ResultsTableColumnInfo describing one column of the table.
    • fieldId (String) - The column field ID, as defined in the taxonomy.
    • fieldName (String) - The column field name, as defined in the taxonomy.
    • fieldType (FieldType) - The column field type.

Properties

  • FieldId <string> - Specifies the column field ID from the taxonomy.
  • FieldName <string> - Specifies the column field name from the taxonomy.
  • FieldType <string> - Specifies the column field type.
  • Definition
  • Description
  • Members
  • Constructors
  • Properties

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated