←Select platform

MinimumConfidenceKnownForm Property

Summary
The minimum confidence value to consider the form as being one of the known types in Master Forms repository.

Syntax
C#
VB
C++
Java
public int MinimumConfidenceKnownForm { get; set; } 
  
Public Property MinimumConfidenceKnownForm As Integer 
getMinimumConfidenceKnownForm(); 
public void setMinimumConfidenceKnownForm( 
   int 
); 
public: 
property int MinimumConfidenceKnownForm { 
   int get(); 
   void set (    int ); 
} 

Property Value

The minimum confidence value to consider the form as being one of the known types in Master Forms repository.

Remarks

The value ranges from 0 to 100 and it should be less than MinimumConfidenceRecognized.

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.