The result status: Read, Confused, or Failed.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 80.0.0.0
Syntax
Property Value
Type: CogOCRMaxClassifierPositionStatusConstantsThe Status value. The default value is CogOCRMaxClassifierPositionStatusConstants::Failed.
Remarks
The status is READ if its score satisfies the accept threshold and the confidence score satisfies the confidence threshold.
The status is CONFUSED if the score satisfies the accept threshold but either (a) the confidence score does not satisfy the confidence threshold, or (b) a classification validation check does not pass.
The status is FAILED if the score does not satisfy the accept threshold.
The classification validation check can be enabled/disabled by setting the ClassifierTrainParams.Alogrithm property.
See Also