UiPath Documentation
activities
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Document Understanding 活动

上次更新日期 2026年4月22日

提取程序结果类

ExtractorResult是一个包含提取程序活动输出的类,旨在报告与单独请求的字段相关的结果列表。

定义

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

描述

表示提取程序活动输出的公共类。 提取程序活动应报告结果列表,每个请求的字段都有一个结果列表,作为每个特定目标字段的可信度最高的值。 结果不应报告 ExtractorDocumentType In参数中未请求的字段的值。 如果未找到所请求字段的值,则提取程序根本不应报告该字段的任何条目。

备注:

Starting with UiPath.DocumentProcessing.Contracts package version 1.17, a new way to represent extracted tables was introduced in the Tables property of the ResultDocument class. The previous representation (as a ResultsDataPoint in the Fields array) is obsolete. Currently both ways to represent tables are maintained (so an extracted table appears both under Fields and Tables) however support for the old format will be removed in the future.

成员

构造函数
  • ExtractorResult() - 不带参数初始化 ExtractorResult 类的新实例
  • ExtractorResultUiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint<string> )- 初始化“ ExtractorResult ”类的新实例,为“ DataPoints ”赋值输入参数的值。
  • ExtractorResultUiPath.DocumentProcessing.Contracts.Results.ResultsDataPointUiPath.DocumentProcessing.Contracts.Results.ResultsTable<string> )- 初始化ExtractorResult类的新实例,为DataPointsTables赋值输入参数的值。
属性
  • DataPoints UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint[] - A list of extraction results that the extractor activity has computed, for the requested non-table fields.
  • Payload string - 训练器可以使用的其他有效负载。
  • SavedPayloadId string - 仅适用于机器学习提取程序。
  • Tables UiPath.DocumentProcessing.Contracts.Results.ResultsTable[] - 提取程序活动为所请求的表格字段计算的已提取表格的列表。
  • 定义
  • 描述
  • 成员

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新