←Select platform

MinimumConfidence Property

Summary

Gets or sets the minimum confidence of the detected characters.

Syntax

C#
VB
C++
Java
public int MinimumConfidence { get; set; } 
  
Public Property MinimumConfidence As Integer 
public int getMinimumConfidence(); 
public void setMinimumConfidence( 
   int intValue 
); 
public: 
property int MinimumConfidence { 
   int get(); 
   void set (    int ); 
} 

Property Value

The confidence number expressing the minimum 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