The CogOCRMaxClassifierPositionResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AlternativeCharacters |
The list of alternative classes, and optionally, their training
instances, which induced scores satisfying the alternative score
threshold.
| |
| ConfidenceScore |
The confidence score, in the range [0, 1].
| |
| ConfusionCharacter |
The confusion character.
| |
| ConfusionExplanation |
The reason that lead to the Confused status.
| |
| PrimaryCharacter |
The determined classification of the input image.
| |
| ProcessedImage |
The processed image, which is generated from the input rectified image
and used for classification.
| |
| SkippedTrainCharacterIndices |
The list of indices to training character instances that were skipped
(i.e., not considered) during classification, e.g., due to violating
scale/size constraints.
| |
| Status |
The result status: Read, Confused, or Failed.
|
See Also