CogOCRMaxClassifierImpl IsTrained Method Cognex VisionPro 9.21
Whether this classifier has been trained with at least one training instance.

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

public bool IsTrained()

Return Value

Type: Boolean
Exceptions

ExceptionCondition
ObjectDisposedException Thrown if the object is disposed.
See Also