CogOCVMaxCharacterResult CharacterKey Property Cognex VisionPro 9.5
The key of the character found at this position. This will be -1 if VerificationStatus is Failed or if the verification type for the search was CogOCVMaxVerificationTypeConstants::Ignore.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax

public int CharacterKey { get; }

Property Value

Type: Int32
This read-only property of type System::Int32 will be -1 if the character was not successfully found.
See Also