Word Class
Word is a public class that represents a word.
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Dom - Assembly:
UiPath.DocumentProcessing.Contracts
Description
A public class that represents a word.
Members
Constructors
Word() - Initializes a new instance of the Word class with no arguments.
Properties
BoxUiPath.DocumentProcessing.Contracts.Box- The box corresponding to the exact position of the word in the page, relative to the page size.IndexInTextInt- The index in the text where the textual contents of the word start.OcrConfidenceFloat- Provides the OCR confidence computed for the current word.PolygonUiPath.DocumentProcessing.Contracts.Polygon- The polygon created around the word, with all points arranged in clockwise order.TextString- The textual value of the word.TextTypeUiPath.DocumentProcessing.Contracts.TextType- The type of the extracted box - text, checkbox, handwriting.VisualLineNumerInt- The line number that the word is part of.