Character Class
Definition
- Namespace:
UiPath.OCR.Contracts.DataContracts - Assembly:
UiPath.OCR.Contracts
Description
A public class that represents a digitized character.
Members
Properties
Charchar- Stores a single character.Confidenceint- Provides the confidence computed for the current character.FontFamilystring- Specifies the family font of the character.FontSizeint- Specifies the font size of the character.PolygonPointsSystem.Drawing.PointF[]- The polygon created around the word, with all points arranged in clockwise order, the first one being the top left corner. Required.Rotation- Specifies the rotation of the character.Style- Specifies the style of the character.