SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk 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
Remarks

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

See Also