CogOCRMaxClassifierImpl GetTrainParams Method Cognex VisionPro 9.8 SR1
Returns a copy of the training params specified when calling StartTrain(), Train(), or Retrain().

Namespace: Cognex.VisionPro.OCRMax.Implementation.Internal
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 75.0.0.0
Syntax

public CogOCRMaxClassifierTrainParams GetTrainParams()

Return Value

Type: CogOCRMaxClassifierTrainParams
Exceptions

ExceptionCondition
CogOCRMaxClassifierNotStartTrainedException Thrown if IsStartTrained() == false.
ObjectDisposedException Thrown if the object is disposed.
See Also