←Select platform

Confidence Property

Summary

Gets the result accuracy percentage.

Syntax
C#
VB
C++
Java
public int Confidence { get; } 
Public ReadOnly Property Confidence As Integer 
public int getConfidence() 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly