CogOCRMaxSegmenter AnalysisMode Property Cognex VisionPro 9.7
Whether to perform "minimal analysis" or "standard analysis". Minimal analysis performs straightforward segmentation according to the parameters above. Standard analysis performs an analysis of the line as a whole, including e.g. character spacing, to determine the optimal segmentation.

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

public CogOCRMaxSegmenterAnalysisModeConstants AnalysisMode { get; set; }

Property Value

Type: CogOCRMaxSegmenterAnalysisModeConstants
The AnalysisMode value. The default value is CogOCRMaxSegmenterAnalysisModeConstants::Standard.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfAnalysisMode
Remarks

Stage: Analyze

See Also