CogOCRMaxFielding AcceptedMetric Property Cognex VisionPro
Get or set how the CogOCRMaxFielding will judge Accepted. Valid choices include "PrimaryMatches" (which does not allow a secondary match to be judged Accepted), and "PrimaryAndSecondaryMatches" (which does allow either Primary or Secondary matches to be judged Accepted). Default is PrimaryAndSecondaryMatches.

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

public CogOCRMaxFieldingAcceptedMetricConstants AcceptedMetric { get; set; }

Property Value

Type: CogOCRMaxFieldingAcceptedMetricConstants
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 CogOCRMaxFieldingAcceptedMetricConstants enumeration.
See Also