Specifies the index of the page which has the greatest confidence. This is a 1-based index.
public int LargestConfidencePageNumber {get; set;}
'Declaration
Public Property LargestConfidencePageNumber As Integer
'Usage
Dim instance As FormRecognitionResult
Dim value As Integer
instance.LargestConfidencePageNumber = value
value = instance.LargestConfidencePageNumber
public:
property int LargestConfidencePageNumber {
int get();
void set ( int value);
}
Property Value
The 1-based integer that specifies the index to the form page with the greatest confidence.