CogOCVMaxCharacterResult ConfidenceScore Property Cognex VisionPro
The confidence score of this character. This is the verification score of this character minus the score of the best ConfusionScore, but not less than zero.

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

public double ConfidenceScore { get; }

Property Value

Type: Double
This read-only property of type System::Double will be in the range from zero to one. If the verification type for this character is Ignore, then this will be 1.
See Also