CogOCRMaxTool TuneParams Property Cognex VisionPro 9.22 SR1
Parameters which control the behavior of OCRMax AutoCorrect(), AutoTune(), and Tune() functions.

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

public CogOCRMaxTuneParams TuneParams { get; set; }

Property Value

Type: CogOCRMaxTuneParams
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfTuneParams
Exceptions

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