SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / TextLineResult Class / Confidence Property




In This Topic
Confidence Property (TextLineResult)
In This Topic
Gets the confidence value of the text line.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Confidence As Integer
 
'Usage
 
Dim instance As TextLineResult
Dim value As Integer
 
value = instance.Confidence
Remarks

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

See Also