←Select platform

MinimumConfidenceKnownForm Property

Summary

Minimum confidence value to decide that the Form type result is a known type.

Syntax
C#
C++/CLI
Java
Python
public int MinimumConfidenceKnownForm { get; set; } 
public:  
   property int MinimumConfidenceKnownForm 
   { 
      int get() 
      void set(int value) 
   } 
getMinimumConfidenceKnownForm(); 
public void setMinimumConfidenceKnownForm( 
   int 
); 
MinimumConfidenceKnownForm # get and set (AutoFormsEngineCreateOptions) 

Property Value

Valid values are from 0 to 100 and usually it is less than MinimumConfidenceRecognized. Default value is 30.

Remarks

This value is set into the AutoFormsEngine.MinimumConfidenceKnownForm property.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.