←Select platform

GetMinimumRecognizedConfidencePage Method

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

Return Value

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

Remarks

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

The comparison is done on the page level.

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

This value is useful when using the RecognizePage(RasterImage,Int32,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.