WordGroupType Enum
WordGroupType is a public enumeration that contains the supported word group types.
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Dom - Assembly:
UiPath.DocumentProcessing.Contracts
Description
A public enumeration that contains the supported word group types.
Values
Heading- Word group classified as heading.Sentence- Word group classified as a sentence.TableCell- Word group classified as a table cell. Can contain a word with only a whitespace character inside if the table cell is empty within the table structure.TableRowEnd- Word group classified as a table row end (last cell in a row).Other- Word group undetermined.