CogOCRMaxSegmenterPositionResult SpaceScore Property Cognex VisionPro
The score of the segmented character, if the segmented character is a space. The score is in the range [0, 1]. See also CogSpaceScoreModeConstants.

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

public double SpaceScore { get; }

Property Value

Type: Double
The SpaceScore value. The default value is 0.
See Also