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.
public int GetMinimumRecognizedConfidencePage()
Public Function GetMinimumRecognizedConfidencePage() As Integer
public:
int GetMinimumRecognizedConfidencePage();
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 RecognizePage(rasterimage,int32,list<imasterformscategory>) method.
For an example, refer to AutoFormsEngine.ProcessPage(RasterImage page, int pageNumber, AutoFormsRecognizePageResult pageResult).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET