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




In This Topic
    Confidence Property (Result)
    In This Topic
    Gets and sets the confidence value of the Result object.
    Syntax
    'Declaration
     
    
    Public Overridable Property Confidence As Integer
    'Usage
     
    
    Dim instance As Result
    Dim value As Integer
     
    instance.Confidence = value
     
    value = instance.Confidence
    public virtual int Confidence {get; set;}
    public: __property virtual int get_Confidence();
    public: __property virtual void set_Confidence( 
       int value
    );
    public:
    virtual property int Confidence {
       int get();
       void set (    int value);
    }
    Remarks

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

    See Also