Returns a copy of the keys of all 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: CogOCRMaxCharKeyExceptions
| Exception | Condition |
|---|---|
| CogOCRMaxClassifierNotStartTrainedException | Thrown if IsStartTrained() == false. |
| ObjectDisposedException | Thrown if the object is disposed. |
Remarks
This data is available even if SaveTrainCharacters == false.
See Also