CogOCVResults NumCharactersVerified Property Cognex VisionPro
Returns number of character positions in the pattern that passed verification.

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

public int NumCharactersVerified { get; }

Property Value

Type: Int32
Remarks

Returns the number of characters in the CogOCVPattern that passed verification. The difference between this value and Count is the number of characters that did not pass verification.

See Also