UiPath Documentation
activities
latest
false
Document Understanding activities

ResultsValueTokens Class

ResultsValueTokens class, providing box-level referencing for a reported value on a single page.

Definition

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

Description

A public class that represents the referencing at box level, for evidence on a single page, of a reported value in an extraction or classification result.

Members

Constructors

  • ResultsValueTokens(int page, float pageWidth, float pageHeight, Box[] boxes) - Initializes a new instance of the ResultsValueTokens class, in cases only visual references are provided (no textual references).
    • page (Int32) - The 0-based page number for which the entry applies.
    • pageWidth (Single) - The width of the reference page.
    • pageHeight (Single) - The height of the reference page.
    • boxes (Box[]) - The list of boxes that are the evidence in the given page.
  • ResultsValueTokens(int textStartIndex, int textLength, int page, float pageWidth, float pageHeight, Box[] boxes) - Initializes a new instance of the ResultsValueTokens class, for both visual and textual references.
    • textStartIndex (Int32) - The position at which the evidence starts, on the current page.
    • textLength (Int32) - The length of evidence on the current page.
    • page, pageWidth, pageHeight, boxes - Same as above.

Properties

  • Boxes (Box[]) - The list of boxes that are the evidence in the given page.
  • Page int - A 0-based page number for which the entry applies.
  • PageHeight float - The height of the reference page.
  • PageWidth float - The width of the reference page.
  • TextLength int - The length of evidence on the current page.
  • TextStartIndex int - The position at which the evidence starts, on the current page.
  • Definition
  • Description
  • Members
  • Constructors
  • Properties

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated