CogOCRMaxFielding ConfusionMetric Property Cognex VisionPro
Get or set how the CogOCRMaxFielding will determine confusion, which will be reflected in each CogOCRMaxFieldingPositionResult.PostFieldingClassifierResult's Status, ConfusionCharacter, ConfusionExplanation, and ConfidenceScore. Default is OnlyFieldedCharacters.

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

public CogOCRMaxFieldingConfusionMetricConstants ConfusionMetric { get; set; }

Property Value

Type: CogOCRMaxFieldingConfusionMetricConstants
Events

Event TypeReason
ICogChangedEvent Changed Fires when the value of this property changes.
Exceptions

ExceptionCondition
ArgumentException If the input argument is not a valid member of the CogOCRMaxFieldingConfusionMetricConstants enumeration.
See Also