CharacterResult
The character result represents recognition of a single character.
The supported methods and properties are described below.
| Method | Description |
| CharacterResultConfidence | Gets the confidence value of the selected character result. |
| CharacterResultSetText |
Gets or sets the text of the selected character result. Note: |
| CharacterResultText | Gets the text value of the selected character result. |
| Property | Description |
| CharacterResultAreaHeight | Gets the coordinate which represents the height of the area on the image. This property works with the CharacterResultAreaWidth, CharacterResultAreaX and CharacterResultAreaY to create the rectangular area on the image which the recognition engine uses to analyze and produce the character result. |
| CharacterResultAreaWidth | Gets the coordinate which represents the width of the area on the image. This property works with the CharacterResultAreaHeight, CharacterResultAreaX and CharacterResultAreaY to create the rectangular area on the image which the recognition engine uses to analyze and produce the character result. |
| CharacterResultAreaX | Gets the coordinate which represents the x (horizontal) position of the area on the image. This coordinate works with the CharacterResultAreaWidth, CharacterResultAreaHeight and CharacterResultAreaY to create the rectangular area on the image which the recognition engine uses to analyze and produce the character result. |
| CharacterResultAreaY | Gets the coordinate which represents the y (vertical) position of the area on the image. This coordinate works with the CharacterResultAreaWidth, CharacterResultAreaX and CharacterResultAreaHeight to create the rectangular area on the image which the recognition engine uses to analyze and produce the character result. |
| CharacterResultNumberResults | Gets the number of characters in the character result, including the primary result and any alternate |
