Returns a copy of the training params specified when calling
StartTrain(), Train(), or Retrain().
Namespace: Cognex.VisionPro.OCRMax.Implementation.InternalAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 75.1.0.0
Syntax
Return Value
Type: CogOCRMaxClassifierTrainParamsExceptions
| Exception | Condition |
|---|---|
| CogOCRMaxClassifierNotStartTrainedException | Thrown if IsStartTrained() == false. |
| ObjectDisposedException | Thrown if the object is disposed. |
See Also