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

结果内容引用类

ResultsContentReference 类,表示所报告的提取值的文本和 DOM 引用信息。

定义

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

描述

一个公共类,表示报告值的引用信息(证明文本版本和文档对象模型)。

成员

构造函数

  • ResultsContentReference()”- 初始化“ResultsContentReference”类的新实例(不含参数)。
  • ResultsContentReference(int textStartIndex, int textLength, ResultsValueTokens[] tokens) - Initializes a new instance of the ResultsContentReference class, setting the TextStartIndex, TextLength, and Tokens properties based on the input arguments.
    • textStartIndex (Int32) - The start index of the reported value in the text version of the document.
    • textLength (Int32) - The length of text reported for the value.
    • tokens (ResultsValueTokens[]) - The box-level evidence for the reported value, one entry per page on which the evidence resides.

属性

  • TextLength int - 为值报告的文本长度。
  • TextStartIndex int - 文档文本版中报告的值的起始索引。
  • Tokens (ResultsValueTokens[]) - An array of ResultsValueTokens objects evidencing the reported value. Each entry in the Tokens array represents box level evidencing in a single page. For example, if a value runs across multiple pages, the Tokens array has a number of entries equal to the number of pages on which the evidence resides.
  • 定义
  • 描述
  • 成员
  • 构造函数
  • 属性

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新