CogOCVResult ConfidenceScore Property Cognex VisionPro
Confidence score of the found font model which indicates the amount that the match score for the found model is greater than the highest scoring confusable model. Models listed for this character position can not be confusable with the found model.

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

public double ConfidenceScore { get; }

Property Value

Type: Double
Remarks

Confidence score of the found font model. This score is the amount by which the match score for the found model is greater than the highest scoring confusable model. Models listed for this character position cannot be confusable with the found model.

Note: This score is 0.0 if no model was found.

See Also