Click or drag to resize

IOcrLineAccessorConfidence Property

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

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
double Confidence { get; }

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 line.
See Also