←Select platform

FullTextSearchMinimumRank Property

Summary

Minimum rank value to be considered a match (or candidate).

Syntax
C#
C++/CLI
Java
Python
public int FullTextSearchMinimumRank { get; set; } 
public:  
   property int FullTextSearchMinimumRank 
   { 
      int get() 
      void set(int value) 
   } 
public int getFullTextSearchMinimumRank(); 
setFullTextSearchMinimumRank( 
   int 
); 
FullTextSearchMinimumRank # get and set (AutoFormsEngine) 

Property Value

The default value is -1 meaning to return all candidates.

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.