UiPath Documentation
activities
latest
false
Document Understanding 活动
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

表字段值类

表字段值类,表示表格类型字段“结果值”的简化投影,不包含引用信息。

定义

  • 命名空间: UiPath.DocumentProcessing.Contracts.Results
  • 程序集: UiPath.DocumentProcessing.Contracts

描述

一个公共类,它以更简单的格式表示表格类型字段的 ResultsValue 投影,不包含任何引用或来源信息。

成员

构造函数

  • TableFieldValue(string columnId, string columnName, SimpleFieldValue simpleFieldValue) - 初始化 TableFieldValue 类的新实例,并从提供的参数中设置 ColumnIdColumnName 属性,以及从 Confidence 中设置 DerivedValueRawValuesimpleFieldValue 属性。参数。
    • columnId (String) - 为其报告值的列的 ID。
    • columnName (String) - 为其报告值的列的名称。
    • simpleFieldValueSimpleFieldValue )- 要将其ConfidenceDerivedValueRawValue复制到新实例的值。
  • TableFieldValue(string columnId, SimpleFieldValue simpleFieldValue)-TableFieldValue 初始化ColumnId 类的新实例,并根据提供的参数设置 属性,以及Confidence DerivedValueRawValuesimpleFieldValue参数的 和 属性。
    • columnIdsimpleFieldValue - 同上。

属性

  • ColumnId <string> - 报告ResultsValue的列的 ID。
  • ColumnName <string> - 报告ResultsValue的列的名称。
  • Confidence <float> - 表示ResultsValue置信度的值。
  • DerivedValue <string> - ResultsValue的派生值表示形式。
  • RawValue <string> - 表示的ResultsValue的值。
  • UnformattedValue <string> - 获取提取程序报告的无格式值。
  • Value <string> - 获取实际提取的值。
  • 定义
  • 描述
  • 成员
  • 构造函数
  • 属性

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新