←Select platform

MinimumConfidenceKnownForm Property

Summary

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

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly