←Select platform

LargestConfidencePageNumber Property

Summary
Specifies the index of the page which has the greatest confidence. This is a 1-based index.

Syntax
C#
C++/CLI
Java
Python
public int LargestConfidencePageNumber { get; set; } 
public int getLargestConfidencePageNumber(); 
public void setLargestConfidencePageNumber( 
   int intValue 
); 
public: 
property int LargestConfidencePageNumber { 
   int get(); 
   void set (    int ); 
} 
LargestConfidencePageNumber # get and set (FormRecognitionResult) 

Property Value

The 1-based integer that specifies the index to the form page with the greatest confidence.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.