ResultsValueTokens Class
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(intpageIndex,floatpageWidth,floatpageHeight,UiPath.DocumentProcessing.Contracts.Boxboxes) - Initializes a new instance of theResultsValueTokensclass, in cases only visual references are provided (no textual references).ResultsValueTokens(inttextStartIndex,inttextLength,intpageIndex,floatpageWidth,floatpageHeight,UiPath.DocumentProcessing.Contracts.Boxboxes) - Initializes a new instance of theResultsvalueTokensclass, for both visual and textual references.
Properties
BoxesUiPath.DocumentProcessing.Contracts.Box- list of boxes that are the evidence in the given page.Pageint- A 0-based page number for which the entry applies.PageHeight``float- The height of the reference page.PageWidthfloat- The width of the reference page.TextLengthint- The length of evidence on the current page.TextStartIndexint- The position at which the evidence starts, on the current page.