Returns the final character groupings
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax
Property Value
Type: CogOCRMaxSegmenterElementInfoCollectionThe FinalCharacters value. The default value is gcnew CogOCRMaxSegmenterElementInfoCollection().
Exceptions
| Exception | Condition |
|---|---|
| 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