Accusoft.Forms1 - Updated
Confidence Property (CharacterResult)



Accusoft.SmartZoneOCRSdk Namespace > CharacterResult Class : Confidence Property
Gets the confidence value of the result object.
Syntax
Public Overrides ReadOnly Property Confidence As Integer
Dim instance As CharacterResult
Dim value As Integer
 
value = instance.Confidence
public override int Confidence {get;}
public:
property int Confidence {
   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

CharacterResult Class
CharacterResult Members