UiPath Documentation
activities
latest
false
Document Understanding activities

ResultsContentReference Class

ResultsContentReference class, representing the text and DOM referencing information for a reported extraction value.

Definition

  • Namespace: UiPath.DocumentProcessing.Contracts.Results
  • Assembly: UiPath.DocumentProcessing.Contracts

Description

A public class that represents the referencing information (evidencing the text version and the document object model) for a reported value.

Members

Constructors

  • ResultsContentReference() - Initializes a new instance of the ResultsContentReference class with no arguments.
  • 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.

Properties

  • TextLength int - The length of text reported for the value.
  • TextStartIndex int - The start index of the reported value in the text version of a document.
  • 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.
  • Definition
  • Description
  • Members
  • Constructors
  • Properties

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated