CogOCRMaxSegmenterPositionResult Character Property Cognex VisionPro 9.7
The segmented character from the result. The result Key.CharacterCode will be set to either Unknown (0XF800) or Space (0x20).

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

public CogOCRMaxChar Character { get; }

Property Value

Type: CogOCRMaxChar
The Character value. The default value is nullptr.
See Also