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

Document Understanding 活动

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

结果文档类

定义

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

描述

此为表示所报告提取或分类结果的文档信息的公共类。

备注:

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.

成员

构造函数

ResultsDocument()”- 初始化“ResultsDocument”类的新实例(不含参数)。

属性
  • Bounds <UiPath.DocumentProcessing.Contracts.ResultsDocumentBounds> - 要为其报告当前结果的文档边界。
  • DataVersion <Int> - 整个ResultsDocument对象的数据版本。 自动提取的文档的版本为0 ,并会针对每次后续的手动修改递增。
  • DocumentCategory <String> - 用于定义报告的文档类型的分类类别。
  • DocumentGroup <String> - 用于在其中定义报告的文档类型的分类组。
  • DocumentTypeId <String> - 结果中报告的文档类型 ID。
  • DocumentTypeName <String> - 结果中报告的文档类型名称。
  • DocumentTypeSource <UiPath.DocumentProcessing.Contracts.ResultsDataSource - 文档类型设置的来源。
  • DocumentTypeField <String> - 文档类型详细信息,包含引用、可信度等。
  • DocumentTypeDataVersion <Int> - 所报告的文档类型字段的数据版本。
  • Fields <UiPath.DocumentProcessing.Contracts.ResultsDataPoint[]> - 为文档类型中定义的每个字段提取的字段集合。
  • Language <String> - A three letter language code according to ISO 639-3 standard, as set for the document.
  • Tables <UiPath.DocumentProcessing.Contracts.ResultsTable[]> - 为文档类型中定义的每个表格字段提取的表格的集合。
  • 定义
  • 描述
  • 成员

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新