Skip to main content

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

  • IndexInText int - The index in the text where the textual contents of the word group start.
  • Length int - The length of the word group in its text version.
  • Type UiPath.DocumentProcessing.Contracts.Dom.WordGroupType - The detected type of the word group.
  • Words UiPath.DocumentProcessing.Contracts.Dom.Word - The list of words in the group.