The following tables list the members exposed by ImGearOCRLetter.
Public Constructors
Public Properties
| Name | Description |
| AlternativeCharacters | Gets a collection that contains all of the possible alternative characters to the primary choice available from the Code property. |
| Baseline |
Gets the character baseline.
|
| Code |
Gets the character. This is the first choice of the recognition or a special code 0xfffd for rejected characters.
|
| Confidence |
Gets the confidence level of first guess for the character (0 = not confident, 100 = confident).
|
| Rect |
Gets a reference to the rectangle exactly containing the character.
|
| ZoneIndex | Gets the index of the ImGearOCRZone in which this character was recognized, relative to its ImGearOCRZoneCollection. If the zone collection is empty at the time of recognition, this value is zero. |
Top
See Also