CogOCRMaxClassifierPositionResult PropertiesCognex VisionPro 9.5

The CogOCRMaxClassifierPositionResult type exposes the following members.

Properties

  NameDescription
Public propertyAlternativeCharacters
The list of alternative classes, and optionally, their training instances, which induced scores satisfying the alternative score threshold.
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 propertyPrimaryCharacter
The determined classification of the input image.
Public propertyProcessedImage
The processed image, which is generated from the input rectified image and used for classification.
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 result status: Read, Confused, or Failed.
Top
See Also