 | OcrChoiceIteratorConfidence Property |
Returns the confidence of the current choice.
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 Confidence { get; }Public ReadOnly Property Confidence As Single
Get
public:
property float Confidence {
float get ();
}member Confidence : float32 with get
/** @property */
public float get_Confidence()
function get_Confidence();
Property Value
Single
See Also