CogOCRMaxChar Metrics Property Cognex VisionPro
The metrics for this character.

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

public CogOCRMaxCharMetrics Metrics { get; }

Property Value

Type: CogOCRMaxCharMetrics
The Metrics value. The default value is a default constructed CogOCRMaxCharMetrics instance.
Events

Remarks

A CogOCRMaxChar's Metrics contain two regions (the mark rectangle and the cell rectangle) which define where in the image the character is located.

See Also