←Select platform

Confidence Property

Summary

Gets the result accuracy percentage.

Syntax

C#
VB
Java
WinRT C#
C++
public int Confidence { get; } 
Public ReadOnly Property Confidence As Integer 
public int Confidence {get;} 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly