←Select platform

FormRecognitionReason Enumeration

Summary
Represents the reason for the recognition results.
Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
public enum FormRecognitionReason 
  
<SerializableAttribute()> 
Public Enum FormRecognitionReason  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public final class FormRecognitionReason 
    extends java.lang.Enum<FormRecognitionReason> 
[SerializableAttribute()] 
public enum class FormRecognitionReason : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0SuccessThe recognition process was successful.
1InvalidNumberOfPagesThe form does not match the master form because it has a different number of pages.
Remarks

It is used in FormRecognitionResult that is returned by FormRecognitionEngine.CompareForm when comparing a Form with a Master Form. If the two forms do not have the same number of pages the comparison will report FormRecognitionResult.Confidence equals to zero with Leadtools.Forms.Recognition.FormRecognitionReason.InvalidNumberOfPages. To compare two different forms with different number of pages use FormRecognitionEngine.ComparePage.

Requirements

Target Platforms

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

Leadtools.Forms.Recognition Assembly

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