←Select platform

FullTextSearchMaximumCandidates Property

Summary

The maximum number of matches (candidates) to return.

Syntax
C#
C++/CLI
Java
Python
public int FullTextSearchMaximumCandidates { get; set; } 
public:  
   property int FullTextSearchMaximumCandidates 
   { 
      int get() 
      void set(int value) 
   } 
getFullTextSearchMaximumCandidates(); 
public void setFullTextSearchMaximumCandidates( 
   int 
); 
FullTextSearchMaximumCandidates # get and set (AutoFormsEngine) 

Property Value

The default value is 3. Must be a number greater than or equal to 0.

Remarks

Used internally during RecognizeForm and RecognizePage to filter out the candidates.

For more information, refer to Speeding Up Forms Recognition Using the Full Text Search Feature.

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.

Leadtools.Forms.Auto Assembly

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