←Select platform

MaximumConfidence Property

Summary

Gets or sets the maximum confidence of the detected characters.

Syntax

C#
VB
C++
Java
public int MaximumConfidence { get; set; } 
  
Public Property MaximumConfidence As Integer 
public int getMaximumConfidence(); 
public void setMaximumConfidence( 
   int intValue 
); 
public: 
property int MaximumConfidence { 
   int get(); 
   void set (    int ); 
} 

Property Value

The confidence number expressing the maximum certainty of the recognized characters.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly