CogOCRMaxSegmenterLineResultDiagnostics FinalCharacters Property Cognex VisionPro
Returns the final character groupings

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

public CogOCRMaxSegmenterElementInfoCollection FinalCharacters { get; }

Property Value

Type: CogOCRMaxSegmenterElementInfoCollection
The FinalCharacters value. The default value is gcnew CogOCRMaxSegmenterElementInfoCollection().
Exceptions

ExceptionCondition
ArgumentNullException Thrown if FinalCharacters is set to NULL.
Remarks

Note that the final characters do not include space characters which are added after the final characters are determined.

See Also