CogOCRMaxClassifierPositionResult Status Property Cognex VisionPro 9.21
The result status: Read, Confused, or Failed.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 83.0.0.0
Syntax

public CogOCRMaxClassifierPositionStatusConstants Status { get; }

Property Value

Type: CogOCRMaxClassifierPositionStatusConstants
The 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