←Select platform

FuzzyMatching Property

Summary

Indicates how fuzzy text matching should be. Disable/Enable or leave it to the engine to decide when to apply fuzzy logic.

Syntax
C#
VB
C++
public FuzzyMatching FuzzyMatching { get; set; } 
Public Property FuzzyMatching() As FuzzyMatching 
   Get 
   Set 
public:  
   property FuzzyMatching^ FuzzyMatching 
   { 
      FuzzyMatching^ get() 
      void set(FuzzyMatching^ value) 
   } 

Property Value

One of the FuzzyMatching options.

Remarks

It is recommended to set this to Auto. FOr more details, see FuzzyMatching.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Unstructured Assembly

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