'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();
'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();
The value range is between 0 and 100.
Higher values indicate a higher confidence that the blank page was accurately detected.