ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRLetter Class / Confidence Property




In This Topic
    Confidence Property (ImGearOCRLetter)
    In This Topic
    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