 | 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.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic float GetConfidence(
PageIteratorLevel level
)
Public Function GetConfidence (
level As PageIteratorLevel
) As Single
public:
float GetConfidence(
PageIteratorLevel level
)
member GetConfidence :
level : PageIteratorLevel -> float32 public float GetConfidence(
PageIteratorLevel level
)
function GetConfidence(level);
Parameters
- level PageIteratorLevel
- Type of element of the page hierarchy.
Return Value
SingleReturns the mean confidence of the current object at the given level.
See Also