ScanFix Xpress v9.0 for .NET - Updated
Confidence Property (DetectColorResults)




Accusoft.ScanFixXpressSdk Namespace > DetectColorResults Class : Confidence Property
Gets a value indicating confidence level for the IsColor value.
Syntax
'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();
public:
property int Confidence {
   int get();
}
Remarks

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.

See Also

Reference

DetectColorResults Class
DetectColorResults Members

Is this page helpful?
Yes No
Thanks for your feedback.