←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#
C++/CLI
Java
Python
public int MinimumConfidenceRecognized { get; set; } 
public:  
   property int MinimumConfidenceRecognized 
   { 
      int get() 
      void set(int value) 
   } 
getMinimumConfidenceRecognized(); 
public void setMinimumConfidenceRecognized( 
   int 
); 
MinimumConfidenceRecognized # get and set (AutoFormsEngineCreateOptions) 

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

Leadtools.Forms.Auto Assembly

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