←Select platform

MinimumConfidenceRecognized Property (AutoFormsEngineCreateOptions)

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++
public int MinimumConfidenceRecognized { get; set; }
Public Property MinimumConfidenceRecognized() As Integer 
   Get 
   Set 
public:  
   property int MinimumConfidenceRecognized 
   { 
      int get() 
      void set(int value) 
   } 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.Auto Assembly
Click or drag to resize