 | OcrApiTextConfidences Property |
Gets the (average) confidence value between 0 and 100.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic int TextConfidences { get; }Public ReadOnly Property TextConfidences As Integer
Get
public:
property int TextConfidences {
int get ();
}member TextConfidences : int with get
/** @property */
public int get_TextConfidences()
function get_TextConfidences();
Property Value
Int32
See Also