←Select platform

FormRecognitionReason Enumeration

Summary
Represents the reason for the recognition results.

Syntax
C#
C++/CLI
Java
Python
[SerializableAttribute()] 
public enum FormRecognitionReason 
public final class FormRecognitionReason 
    extends java.lang.Enum<FormRecognitionReason> 
[SerializableAttribute()] 
public enum class FormRecognitionReason : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class FormRecognitionReason(Enum): 
   Success = 0 
   InvalidNumberOfPages = 1 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.