 | OcrApiAllWordConfidences Property |
Returns all word confidences (between 0 and 100) in an array.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic int[] AllWordConfidences { get; }Public ReadOnly Property AllWordConfidences As Integer()
Get
public:
property array<int>^ AllWordConfidences {
array<int>^ get ();
}member AllWordConfidences : int[] with get
/** @property */
public int[] get_AllWordConfidences()
function get_AllWordConfidences();
Property Value
Int32
Remarks
The number of confidences should correspond to the number of space-delimited words in
GetUtf8Text.
See Also