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






Accusoft.SmartZoneOCRSdk Namespace > TextBlockResult Class : Confidence Property
Gets the confidence value of the text block.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Confidence As System.Integer
'Usage
 
Dim instance As TextBlockResult
Dim value As System.Integer
 
value = instance.Confidence
public override System.int Confidence {get;}
public read-only property Confidence: System.Integer; override; 
public override function get Confidence : System.int
public: __property System.int get_Confidence() override;
public:
property System.int Confidence {
   System.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

Reference

TextBlockResult Class
TextBlockResult Members