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

FieldGroupValue Class

FieldGroupValue facade in the V1 navigator for a single field group instance, exposing its component fields together with confidence and validator properties.

定义

  • 命名空间: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • 程序集: UiPath.DocumentProcessing.Contracts
  • Inherits: ComponentCollectionFacade

描述

FieldGroupValue is a facade for a single instance of a field group. It wraps a ResultsValue and, because it inherits from ComponentCollectionFacade, exposes the navigation methods that query the instance's component fields.

In addition to the inherited navigation methods, it exposes the value's confidence and validator properties. A FieldGroupValue is typically obtained from FieldGroupDataPoint or from GetFieldGroupValue(...) on ComponentCollectionFacade.

成员

构造函数

构造函数描述
FieldGroupValue(ResultsValue fieldGroupValue)Initializes a new instance wrapping the specified field group value. The value components are used as the field collection for the inherited navigation methods.

属性

属性类型描述
ConfidencefloatThe confidence score of the instance. Read/write.
OcrConfidencefloatThe Optical Character Recognition (OCR) confidence score of the instance. Read/write.
OperatorConfirmedboolWhether the value was confirmed by an operator. Read/write.
ReferenceResultsContentReferenceThe content reference of the instance. Read-only.
DerivedFieldsResultsDerivedField[]The derived fields of the instance. Read-only.
ValidatorNotesstringThe validator notes for the instance. Read/write.
ValidatorNotesInfostringAdditional validator information for the instance. Read/write.

方法

方法返回描述
GetRawResultsValue()ResultsValueReturns the underlying value wrapped by the facade.

Inherited members

The field navigation methods (GetFields, GetSimpleFields, GetSimpleField, GetTables, GetTable, GetTableValue, GetFieldGroups, GetFieldGroup, GetFieldGroupValue) are inherited from ComponentCollectionFacade and operate on this instance's component fields.

  • 定义
  • 描述
  • 成员
  • 构造函数
  • 属性
  • 方法
  • Inherited members

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新