The confidence score, in the range [0, 1].
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleThe ConfidenceScore value. The default value is 0.
Remarks
The confidence score is the difference between PrimaryCharacter.Score and ConfusionCharacter.Score.
If the highest scoring character does not satisfy the accept threshold, then the confidence score will be set to 0.
If the classifier has only 1 training character, the confidence score will be set to the score and the confusionCharacter will be set to null.
This is set to 0 if ConfusionExplanation is Failure.
See Also