←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly