CogOCRMaxTool ClassifierRunParams Property Cognex VisionPro 9.5
Parameters which control how the classification step is run.

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

public CogOCRMaxClassifierRunParams ClassifierRunParams { get; set; }

Property Value

Type: CogOCRMaxClassifierRunParams
The ClassifierRunParams value. The default value is a default constructed CogOCRMaxClassifierRunParams instance.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfClassifierRunParams
Exceptions

ExceptionCondition
ArgumentNullException Thrown if ClassifierRunParams is set to null.
See Also