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

ResultsValueFacadeBase Class

ResultsValueFacadeBase abstract base class for V1 value facades, exposing the common confidence, reference, and validator properties wrapped from a ResultsValue.

定义

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

描述

ResultsValueFacadeBase is the abstract base class for the value facades BasicValue, TableValue, and TableRow.

It wraps a single ResultsValue and exposes its confidence, content reference, derived fields, and validator information as strongly-typed properties. Because it inherits from FieldLookupBase, derived facades can resolve nested component fields by lookup. It is not instantiated directly.

成员

构造函数

构造函数描述
ResultsValueFacadeBase(ResultsValue value)Initializes a new instance wrapping the specified value. The value components are used as the field collection for lookups.

属性

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

方法

方法返回描述
GetRawResultsValue()ResultsValueReturns the underlying ResultsValue wrapped by the facade.
  • 定义
  • 描述
  • 成员
  • 构造函数
  • 属性
  • 方法

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新