Accusoft.ScanFixXpress8.Net
Confidence Property (BlankRectangleDetectResults)




Gets the confidence of the blank rectangle detection process.
Syntax
'Declaration
 
Public ReadOnly Property Confidence As Integer
'Usage
 
Dim instance As BlankRectangleDetectResults
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 .

The value is based on whether any objects over the size threshold were found in the given region. More and larger objects produces a high confidence for a non-blank region, while a large number of objects near the threshold will produce a low confidence for a blank region.

See Also

Reference

BlankRectangleDetectResults Class
BlankRectangleDetectResults Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback