Click or drag to resize

OcrResultIteratorGetConfidence Method

Returns the mean confidence of the current object at the given level. The number should be interpreted as a percent probability. (0.0f-100.0f)

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public float GetConfidence(
	PageIteratorLevel level
)

Parameters

level  PageIteratorLevel
Type of element of the page hierarchy.

Return Value

Single
Returns the mean confidence of the current object at the given level.
See Also