ResultsDocumentBounds Class
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Results - Assembly:
UiPath.DocumentProcessing.Contracts
Description
A public class that represents the document boundaries for a reported extraction or classification result.
Members
Constructors
ResultsDocumentBounds(intpageCount,inttextLength) - Initializes a new instance of theResultsDocumentBoundsclass, settingStartPage = 0,TextStartIndex = 0, andPageCountandTextLengthaccording to the provided input arguments.ResultsDocumentBounds(intstartPage,intpageCount,inttextStartIndex,inttextLength) - Initializes a new instance of theResultsDocumentBoundsclass, setting all properties according to the provided input arguments.
Properties
PageCount``int- The number of pages within the document boundaries.StartPageint- The 0-based index of the first page within the document boundaries.TextLengthint- The text length of the content found in the page range defined byPageCountandStartPage.TextStartIndexint- The text position where, from an entire file, theStartPagestarts.