The CogOCRCharacterResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BackgroundScore |
The background score for the found character.
The background score is the value from 0 to 1 representing the
probability that the character does not belong to any trained
character class.
| |
| BoundingRectangle |
The CogRectangleAffine that bounds the found character.
| |
| ClassScores |
The set of character class results associated with this individual
character for every defined class.
|
See Also