Click or drag to resize

OcrWord.Confidence Property

This property represents the confidence of recognition of the entire word.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public double Confidence { get; set; }

Property Value

Type: Double
A double ranging from 0.0 (no confidence) to 1.0 (complete confidence).
Remarks
This value is calculated as the average confidence of all the glyphs in the word.
See Also