CogOCRMaxFieldingLineResult Accepted Property Cognex VisionPro 9.7
Whether this CogOCRMaxFieldingLineResult passed checking by the CogOCRMaxFielding operator. If AcceptedMetric is PrimaryMatches, this will be true if and only if both of the follwoing are true: a) the status for any result position is Primary or PrimarySwap, and b) the status for any input position is Primary, PrimarySwap, or DeletedIgnored. If AcceptedMetric is PrimaryAndSecondaryMatches, this will be true if and only if both of the following are true: c) the status for any result position is Primary or PrimarySwap or Secondary or SecondarySwap, and d) the status for any input position is Primary or PrimarySwap or Secondary or SecondarySwap or DeletedIgnored.

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

public bool Accepted { get; }

Property Value

Type: Boolean
See Also