The GetMinimumRecognizedConfidencePage Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
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.Visual Basic (Declaration) | |
---|---|
Public Function GetMinimumRecognizedConfidencePage() As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AutoFormsEngine Dim value As Integer value = instance.GetMinimumRecognizedConfidencePage() |
C# | |
---|---|
public int GetMinimumRecognizedConfidencePage() |
C++/CLI | |
---|---|
public: int GetMinimumRecognizedConfidencePage(); |
Return Value
The minimum confidence value that is needed to consider unknown page is recognized.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 AutoFormsEngine.RecognizePage method.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7