SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / TextBlockResult Class / Confidence Property




In This Topic
    Confidence Property (TextBlockResult)
    In This Topic
    Gets the confidence value of the text block.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Confidence As Integer
    'Usage
     
    
    Dim instance As TextBlockResult
    Dim value As Integer
     
    value = instance.Confidence
    public override int Confidence {get;}
    public: __property int get_Confidence() override;
    public:
    property int Confidence {
       int get() override;
    }
    Remarks

    This read-only property is the confidence value of the result object. It will be a value between 0 and 100.

    See Also