←Select platform

Reason Property

Summary

Identifies the reason for the Confidence result.

Syntax

C#
VB
C++
Java
public FormRecognitionReason Reason { get; set; } 
  
Public Property Reason As FormRecognitionReason 
public FormRecognitionReason getReason(); 
public void setReason( 
   FormRecognitionReason formRecognitionReason 
); 
public: 
property FormRecognitionReason Reason { 
   FormRecognitionReason get(); 
   void set (    FormRecognitionReason ); 
} 

Property Value

Value representing the reason for the recognition result.

Remarks

Leadtools.Forms.Recognition.FormRecognitionReason.Success means the comparison has been performed successfully and the Confidence represents the correlation between the Form and the Master Form. Leadtools.Forms.Recognition.FormRecognitionReason.InvalidNumberOfPages means the comparison was failed because the Master Form attributes and the Form attributes has different number of pages to compare. If the Form Attributes has all the pages but different than the number of pages of the master Form attributes this means the Form is not of the type of the Master Form.

Requirements

Target Platforms

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

Leadtools.Forms.Recognition Assembly