The CogOCRMaxPositionResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AlternativeCharacters |
The list of alternative characters. These characters induced scores
satisfying the alternative score threshold.
| |
| CellRect |
The cell rectangle of position result in the image. The
cell rectangle is a bounding box that encloses not only all of the
foreground (e.g. ink) pixels of a character image, but also typically
additional padding region. Cell rectangles are typically height of the
full line of text containing the character. Ideally, all of the cell
rectangles in a line of text touch their adjacent neighbors.
| |
| CharacterCode |
The character code, which is a Unicode UTF-32 code point.
| |
| ConfidenceScore |
The confidence score, in the range [0, 1].
| |
| ConfusionCharacter |
The confusion character.
| |
| ConfusionExplanation |
The reason that lead to the Confused status.
| |
| ID |
Gets a unique ID used to identify this result.
This ID also corresponds to the index of this result
in the CogOCRMaxLineResult to which this result belongs.
| |
| MarkRect |
The mark rectangle of the position result in the image. The mark
rectangle of a character is a tight bounding box enclosing all of
foreground (e.g. ink) pixels in the character image.
| |
| Polarity |
The Polarity of the character.
| |
| ProcessedImage |
The processed image, which is generated from the input rectified image
and used for classification.
| |
| Score |
The position result score.
| |
| 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 status of the OCRMax read operation at this character position
summarized into one of four discrete states.
|
See Also