WordGroup Class
WordGroupis a public class that represents a word group.
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Dom - Assembly:
UiPath.DocumentProcessing.Contracts
Description
A public class that represents a word group.
Members
Constructors
WordGroup() - Initializes a new instance of the WordGroup class with no arguments.
Properties
IndexInTextint- The index in the text where the textual contents of the word group start.Lengthint - The length of the word group in its text version.TypeUiPath.DocumentProcessing.Contracts.Dom.WordGroupType- The detected type of the word group.WordsUiPath.DocumentProcessing.Contracts.Dom.Word- The list of words in the group.