←Select platform

ApproximateRegexMode Enumeration

Summary

Indicates the type of Regex approximation to use.

Syntax
C#
C++/CLI
Python
[JsonConverterAttribute(System.Type)] 
public enum ApproximateRegexMode 
public: 
   [JsonConverterAttribute(System::Type)] 
   enum class ApproximateRegexMode sealed 
class ApproximateRegexMode(Enum): 
   None = 0 
   Auto = 1 
   Disabled = 2 
   Enabled = 3 
Members
ValueMemberDescription
0NoneNone
1AutoAutomatically applies approximation as needed.
2DisabledNo approximation is used.
3EnabledApproximation is on.
Requirements

Target Platforms

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

Leadtools.Document.Analytics Assembly

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