CogOCVResult Status Property Cognex VisionPro
Status indicates whether this character position passed verification, failed due to confusion, or failed because no model was found above the accept threshold.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 65.1.0.0
Syntax

public CogOCVCharacterStatusConstants Status { get; }

Property Value

Type: CogOCVCharacterStatusConstants
Remarks

Returns whether the character position passed verification or why it failed.

Return valueMeaning

Verified

The character passed verification.

Confused

The character failed because its score was less than the confusion threshold.

Failed

The character failed because its score was less than the accept threshold.

See Also