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




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

Property Value

An integer value which represents the confidence.
Remarks

The value range is between 0 and 100.

Higher values indicate a higher confidence that the blank page was accurately detected.

See Also

Reference

BlankPageDetectResults Class
BlankPageDetectResults Members

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