Returns a copy of the training characters.
Namespace: Cognex.VisionPro.OCRMax.Implementation.InternalAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 83.0.0.0
Syntax
Return Value
Type: CogOCRMaxCharExceptions
| Exception | Condition |
|---|---|
| CogOCRMaxClassifierNotStartTrainedException | Thrown if IsStartTrained() == false. |
| CogOCRMaxClassifierNoSavedDataException | Thrown if if SaveTrainCharacters==false. |
| ObjectDisposedException | Thrown if the object is disposed. |
See Also