Click or drag to resize

BasicOcrWordAccessorGetConfidenceAt Method

Get the confidence of recognition at a particular point in a 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
public virtual double GetConfidenceAt(
	int i
)

Parameters

i
Type: SystemInt32
The index of the glyph within a word of text.

Return Value

Type: Double
A double representing the confidence of recognition of the specified glyph ranging from 0.0 (no confidence) to 1.0 (complete confidence).

Implements

IOcrWordAccessorGetConfidenceAt(Int32)
See Also