PageSection Class
PageSection is a public class that represents a page section.
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Dom - Assembly:
UiPath.DocumentProcessing.Contracts
Description
A public class that represents a page section.
Members
Constructors
PageSection() - Initializes a new instance of the PageSection class with no arguments.
Properties
IndexInTextint- The index in the text where the textual contents of the section start.Length-int- The length of the section in its text version.RotationUiPath.DocumentProcessing.Contracts.Dom.Rotation- The rotation of the page section.Languagestring- The three character language code as defined in the ISO 639-3 standard.SkewAnglefloat- The detected skew angle for the section, in degrees.TypeUiPath.DocumentProcessing.Contracts.Dom.SectionType- The detected type of the section.WordGroupsUiPath.DocumentProcessing.Contracts.Dom.WordGroup- The list of word groups in the section.