CogOCRMaxTool Fielding Property Cognex VisionPro 9.7
The Fielding operator. Fielding can be used to improve the classifier results based on prior knowledge of the string being read.

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

public CogOCRMaxFielding Fielding { get; set; }

Property Value

Type: CogOCRMaxFielding
The Fielding value. The default value is a default constructed CogOCRMaxFielding instance.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfFielding
Exceptions

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