# Character Class

> * Namespace: `UiPath.OCR.Contracts.DataContracts`
* Assembly: `UiPath.OCR.Contracts`

## Definition

* Namespace: `UiPath.OCR.Contracts.DataContracts`
* Assembly: `UiPath.OCR.Contracts`

## Description

A public class that represents a digitized character.

## Members

#### Properties

* `Char` `char` - Stores a single character.
* `Confidence` `int` - Provides the confidence computed for the current character.
* `FontFamily` `string` - Specifies the family font of the character.
* `FontSize` `int` - Specifies the font size of the character.
* `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.
* `Rotation` - Specifies the rotation of the character.
* `Style` - Specifies the style of the character.
