CogOCRMaxClassifierLineResult Status Property Cognex VisionPro 9.22 SR1
The result status: Read, Confused, or Failed. This is the lowest grade among all position results in this line result.

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

public CogOCRMaxClassifierPositionStatusConstants Status { get; }

Property Value

Type: CogOCRMaxClassifierPositionStatusConstants
The Status value. The default value is CogOCRMaxClassifierPositionStatusConstants::Failed.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfStatus
Exceptions

ExceptionCondition
ObjectDisposedException Thrown if the object is disposed.
See Also