CogOCRMaxClassifierImpl StartTrain Method Cognex VisionPro 9.10
Start the training process with the specified parameters. This calls Untrain() as the first step. It is legal to call startTrain() repeatedly. Effects of earlier calls will be cleared by the last call.

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

public void StartTrain(
	CogOCRMaxClassifierTrainParams trainParams
)
Exceptions

ExceptionCondition
ObjectDisposedException Thrown if the object is disposed.
ArgumentNullException Thrown if trainParams is null.
See Also