LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Confidence Property

Show in webframe







Gets the result accuracy percentage.
Syntax
public int Confidence {get;}
'Declaration
 
Public ReadOnly Property Confidence As Integer
'Usage
 
Dim instance As ImageColorTypeCommand
Dim value As Integer
 
value = instance.Confidence
public int Confidence {get;}
@property (nonatomic, assign, readonly) int confidence;
public int getConfidence()
 get_Confidence(); 
public:
property int Confidence {
   int get();
}

Property Value

The accuracy of the result.
Remarks
If the value is 100, that means the result is 100 percent accurate.
Example
For an example, refer to ImageColorTypeCommand example.
Requirements

Target Platforms

See Also

Reference

ImageColorTypeCommand Class
ImageColorTypeCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.