CogOCRMaxClassifier Trained Property Cognex VisionPro
The classifier is a trained operator. This property reflects whether or not the classifier is in a trained state.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax

public bool Trained { get; }

Property Value

Type: Boolean
The Trained value. The default value is false.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfTrained
Remarks

The OCRMax Classifier trains and runs on CogOCRMaxChar objects. The train time CogOCRMaxChars are stored within the Classifier.Font collection.

See Also