CogOCRMaxCharKey CharacterCode Property Cognex VisionPro 9.23
The character code, which is a Unicode UTF-32 code point.

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

public int CharacterCode { get; }

Property Value

Type: Int32
The CharacterCode value. The default value is (int)CogOCRMaxCharCodeConstants::Unknown.
Remarks

The key's character code may be set to CogOCRMaxCharCodeConstants.Unknown (0xF800) to signify that this character has not/could not been properly classified.

See Also