'Declaration Public ReadOnly Property Confidence As Integer
'Usage Dim instance As DetectColorResults 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 DetectColorResults Dim value As Integer value = instance.Confidence
public int Confidence {get;}
public: __property int get_Confidence();
The confidence is expressed as a value from 0, indicating no confidence, to 100, indicating a high confidence. A low confidence result can be used to separate out images that might need manual processing, or to recategorize images to another appropriate processing path.