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.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogOCRMaxFieldingAcceptedMetricConstantsEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the value of this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the input argument is not a valid member of the CogOCRMaxFieldingAcceptedMetricConstants enumeration. |
See Also