IOcrWordAccessorGetConfidenceAt 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 double GetConfidenceAt(
int i
)
Function GetConfidenceAt (
i As Integer
) As Double
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).
See Also