ResultsContentReference Class
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 theResultsContentReferenceclass with no arguments.ResultsContentReference(inttextStartIndex,inttextLength,UiPath.DocumentProcessing.Contracts.Result.ResultsValueTokenstokens) - Initializes a new instance of theResultsContentReferenceclass, setting theTextStartIndex,TextLength, andTokensparameters based on the input arguments.
Properties
TextLengthint- The length of text reported for the value.TextStartIndexint- The start index of the reported value in the text version of a document.Tokens(UiPath.DocumentProcessing.Contracts.Results.ResultsValueTokens)- A
ResultsValueTokensobject evidencing the reported value. Each entry in theTokensarray represents box level evidencing in a single page. For example, if a value runs across multiple pages, theTokensarray has a number of entries equal to the number of pages on which the evidence resides.
- A