←Select platform

MinimumConfidenceRecognized Property

Summary
The minimum confidence value to consider the form as being recognized and to stop searching Master Forms.

Syntax
C#
VB
C++
Java
public int MinimumConfidenceRecognized { get; set; } 
  
Public Property MinimumConfidenceRecognized As Integer 
getMinimumConfidenceRecognized(); 
public void setMinimumConfidenceRecognized( 
   int 
); 
public: 
property int MinimumConfidenceRecognized { 
   int get(); 
   void set (    int ); 
} 

Property Value

The minimum confidence value to consider the form as being recognized and to stop searching Master Forms.

Remarks

The value ranges from 0 to 100 and it should be greater than MinimumConfidenceKnownForm.

This value is useful in order to speed up the recognition process.

Requirements

Target Platforms

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

Leadtools.Forms.Auto Assembly

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