The GetMinimumRecognizedConfidenceForm 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 form as recognized and no further Master Form comparison is needed.Visual Basic (Declaration) | |
---|---|
Public Function GetMinimumRecognizedConfidenceForm() As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AutoFormsEngine Dim value As Integer value = instance.GetMinimumRecognizedConfidenceForm() |
C# | |
---|---|
public int GetMinimumRecognizedConfidenceForm() |
C++/CLI | |
---|---|
public: int GetMinimumRecognizedConfidenceForm(); |
Return Value
The minimum confidence value that is needed to consider unknown form as recognized.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 AutoFormsEngine.RecognizeForm method.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7