The FormRecognitionReason Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Represents the reason for the recognition results.Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum FormRecognitionReason Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FormRecognitionReason |
C# | |
---|---|
[SerializableAttribute()] public enum FormRecognitionReason : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[SerializableAttribute()] public enum class FormRecognitionReason : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
InvalidNumberOfPages | The form does not match the master form because it has a different number of pages. |
Success | The recognition process was successful. |
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.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Recognition.FormRecognitionReason
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7