Controls the classifier's execute behavior when the classifier is not
trained.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 73.0.0.0
Syntax
Property Value
Type: BooleanThe TrainOnRun value. The default value is true.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Remarks
If the classifier is in an untrained state and TrainOnRun = True, Calling Execute() will cause the classifier to train itself from the current Font and TrainParams.
See Also