ScanFix Xpress v9.0 for .NET - Updated
Confidence Property (DeskewResults)




Accusoft.ScanFixXpressSdk Namespace > DeskewResults Class : Confidence Property
Gets the confidence of the skew detection process.
Syntax
'Declaration
 
Public ReadOnly Property Confidence As Integer
'Usage
 
Dim instance As DeskewResults
Dim value As Integer
 
value = instance.Confidence
public int Confidence {get;}
public: __property int get_Confidence();
public:
property int Confidence {
   int get();
}
Remarks

The valid value range is between 0 and 100.

Higher values indicating a higher confidence that the skew was accurately detected.

See Also

Reference

DeskewResults Class
DeskewResults Members

Is this page helpful?
Yes No
Thanks for your feedback.