'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();
'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();
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.