Accusoft.SmartZoneOCR5.Net - Updated
Confidence Property (Result)






Accusoft.SmartZoneOCRSdk Namespace > Result Class : Confidence Property
Gets and Sets the confidence value of the result object.
Syntax
'Declaration
 
Public Overridable Property Confidence As System.Integer
'Usage
 
Dim instance As Result
Dim value As System.Integer
 
instance.Confidence = value
 
value = instance.Confidence
public virtual System.int Confidence {get; set;}
public read-write property Confidence: System.Integer; virtual; 
public function get,set Confidence : System.int
public: __property virtual System.int get_Confidence();
public: __property virtual void set_Confidence( 
   System.int value
);
public:
virtual property System.int Confidence {
   System.int get();
   void set (    System.int value);
}
Remarks

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

See Also

Reference

Result Class
Result Members