Leadtools.Forms.Auto Namespace > AutoFormsEngine Class : GetMinimumRecognizedConfidencePage Method |
public int GetMinimumRecognizedConfidencePage()
'Declaration Public Function GetMinimumRecognizedConfidencePage() As Integer
'Usage Dim instance As AutoFormsEngine Dim value As Integer value = instance.GetMinimumRecognizedConfidencePage()
public int GetMinimumRecognizedConfidencePage()
function Leadtools.Forms.Auto.AutoFormsEngine.GetMinimumRecognizedConfidencePage()
public: int GetMinimumRecognizedConfidencePage();
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2