←Select platform

MinimumConfidenceRecognized Property

Summary

Minimum confidence value to decide that the Form type is recognized and no further comparison with Master Forms is needed.

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

Property Value

Valid values are from 0 to 100 and usually it is greater than MinimumConfidenceKnownForm. Default value is 90.

Remarks

This value is set into the AutoFormsEngine.MinimumConfidenceKnownForm property.

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.