←Select platform

GetMinimumRecognizedConfidenceForm Method

Summary
Automatically finds the minimum confidence value that is needed to consider an unknown form as recognized and no further Master Form comparison is needed.
Syntax
C#
VB
C++
Java
public int GetMinimumRecognizedConfidenceForm() 
  
Public Function GetMinimumRecognizedConfidenceForm() As Integer 
public int getMinimumRecognizedConfidenceForm(); 
public: 
int GetMinimumRecognizedConfidenceForm();  

Return Value

The minimum confidence value that is needed to consider unknown form as recognized.

Remarks

Automatically finds the minimum confidence value that is needed to consider an unknown form is recognized and no further Master Form comparison is needed.

If the MinimumConfidenceRecognized is set to this value it will speed up the form recognition process without losing the accuracy, by reducing the number of required comparisons.

If RecognizeFirstPageOnly is set to true, this value will be calculated based on the first page of the Master Forms, otherwise it will use all Master Forms pages.

This value is useful when using the RecognizeForm(RasterImage,List<IMasterFormsCategory>) method.

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.