CogOCRMaxSegmenterElementInfo Region Property Cognex VisionPro 9.5
A rectangle which encloses the character or fragment

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

public CogRectangleAffine Region { get; }

Property Value

Type: CogRectangleAffine
The Region value. The default value is nullptr.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if Region is set to NULL.
See Also