←Select platform

FuzzyMatching Enumeration

Summary

Describes how much approximation to allow when matching text.

Syntax
C#
C++/CLI
Python
[JsonConverterAttribute(System.Type)] 
public enum FuzzyMatching 
public: 
   [JsonConverterAttribute(System::Type)] 
   enum class FuzzyMatching sealed 
class FuzzyMatching(Enum): 
   Auto = 0 
   Disabled = 1 
   Maximum = 2 
Members
ValueMemberDescription
0AutoAutomatically approximate as necessary
1DisabledDisable approximation
2MaximumMaximum approximation (slow)
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.Unstructured Assembly

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