←Select platform

Confidence Property

Summary

Confidence value that represents the amount of confidence in the recognition results of the Text.

Syntax
C#
Objective-C
C++/CLI
Java
public int Confidence { get; set; } 
public:  
   property int Confidence 
   { 
      int get() 
      void set(int value) 
   } 
public int getConfidence(); 
public void setConfidence( 
   int intValue 
); 
@property (nonatomic, assign) NSInteger confidence; 

Property Value

Value between 0 and 100 where 0 is the lowest confidence value and 100 the highest. Default value is 0.

Requirements

Target Platforms

Help Version 23.0.2024.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.