ImageGear .NET v25.1 - Updated
Confidence Property (ImGearOCRLetter)




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRLetter Class : Confidence Property
Gets the confidence level of first guess for the character (0 = not confident, 100 = confident).
Syntax
'Declaration
 
Public ReadOnly Property Confidence As Integer
'Usage
 
Dim instance As ImGearOCRLetter
Dim value As Integer
 
value = instance.Confidence
public int Confidence {get;}
public: __property int get_Confidence();
public:
property int Confidence {
   int get();
}
See Also

Reference

ImGearOCRLetter Class
ImGearOCRLetter Members