CogOCRMaxClassifierCharResult Score Property Cognex VisionPro
The classification result score.

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

public double Score { get; }

Property Value

Type: Double
The Score value. The default value is 0.
Remarks

The score is a value between 0 and 1 which is an indication of the closeness of the match to the training instances.

See Also