'Declaration Public ReadOnly Property Confidence As Integer
'Usage Dim instance As NegativeCorrectionResults 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 NegativeCorrectionResults 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 negative was or was not accurately detected.