CogOCRMaxSegmenter SpaceParams Property Cognex VisionPro 9.7
Parameters to control whether and how to insert space characters.

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

public CogOCRMaxSegmenterSpaceParams SpaceParams { get; set; }

Property Value

Type: CogOCRMaxSegmenterSpaceParams
The SpaceParams value. The default value is a default constructed CogOCRMaxSegmenterSpaceParams instance.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfSpaceParams
Exceptions

ExceptionCondition
ArgumentNullException Thrown if SpaceParams is set to null.
Remarks

Stage: Analyze

See Also