CogOCRMaxPositionResult PropertiesCognex VisionPro 9.5

The CogOCRMaxPositionResult type exposes the following members.

Properties

  NameDescription
Public propertyAlternativeCharacters
The list of alternative characters. These characters induced scores satisfying the alternative score threshold.
Public propertyCellRect
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.
Public propertyCharacterCode
The character code, which is a Unicode UTF-32 code point.
Public propertyConfidenceScore
The confidence score, in the range [0, 1].
Public propertyConfusionCharacter
The confusion character.
Public propertyConfusionExplanation
The reason that lead to the Confused status.
Public propertyID
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.
Public propertyMarkRect
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.
Public propertyPolarity
The Polarity of the character.
Public propertyProcessedImage
The processed image, which is generated from the input rectified image and used for classification.
Public propertyScore
The position result score.
Public propertySkippedTrainCharacterIndices
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.
Public propertyStatus
The status of the OCRMax read operation at this character position summarized into one of four discrete states.
Top
See Also