CogOCRMaxClassifierImpl IsStartTrained Method Cognex VisionPro 9.22
Whether training has started, regardless of if the classifier has received any training instances.

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

public bool IsStartTrained()

Return Value

Type: Boolean
Exceptions

ExceptionCondition
ObjectDisposedException Thrown if the object is disposed.
See Also