Click or drag to resize

OcrGlyphConfidence Property

The confidence with which this glyph was recognized by the engine, ranging from 0.0 (no confidence) to 1.0 (complete confidence).

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.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
The initial value is provided by the engine.
See Also