Skip to main content

Word Class

Definition

  • Namespace: UiPath.OCR.Contracts.DataContracts
  • Assembly: UiPath.OCR.Contracts

Description

A public class that represents a word.

Members

Properties

  • Characters - The collection of extracted characters.
  • Confidence int - Provides the confidence computed for the current word.
  • PolygonPoints System.Drawing.PointF[] - The polygon created around the word, with all points arranged in clockwise order, the first one being the top left corner. Required.
  • Text string - The textual value of the word.