←Select platform

MinimumConfidenceKnownForm Property

Summary

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

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

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 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.