←Select platform

FormsTradeoffMode Enumeration

Summary
Represents criteria values to use with the trade-off algorithm for recognition.

Syntax
C#
C++/CLI
Java
Python
[SerializableAttribute()] 
public enum FormsTradeoffMode 
public final class FormsTradeoffMode 
    extends java.lang.Enum<FormsTradeoffMode> 
[SerializableAttribute()] 
public enum class FormsTradeoffMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class FormsTradeoffMode(Enum): 
   Accurate = 0 
   Balanced = 1 
   Fast = 2 
Members
ValueMemberDescription
0AccurateHighest accuracy mode. Used to recognize and process forms at any resolution.
1BalancedHigh speed. Used to recognize and process forms that have resolutions similar to their master forms with moderate text.
2FastHighest speed. Used to recognize and process forms that have resolutions similar to their master forms with abundant text.
Remarks

FormsTradeoffMode provides different trade-off options to the developer to perform the recognition and processing of forms. FormsTradeoffMode is used in two classes: Leadtools.Forms.Recognition.PageRecognitionOptions, and Leadtools.Forms.Auto.AutoFormsEngine.

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.

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