# ResultsValueTokens Class

> * Namespace: `UiPath.DocumentProcessing.Contracts.Results`
* Assembly: `UiPath.DocumentProcessing.Contracts`

## 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` `pageIndex`, `float` `pageWidth`, `float` `pageHeight`, **`UiPath.DocumentProcessing.Contracts.Box`** `boxes`) - Initializes a new instance of the `ResultsValueTokens` class, in cases only visual references are provided (no textual references).
* `ResultsValueTokens`(`int` `textStartIndex`, `int` `textLength`, `int` `pageIndex`, `float` `pageWidth`, `float` `pageHeight`, `UiPath.DocumentProcessing.Contracts.Box` `boxes`) - Initializes a new instance of the `ResultsvalueTokens` class, for both visual and textual references.

#### Properties

* `Boxes` **`UiPath.DocumentProcessing.Contracts.Box`** - 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.
