←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(); 
public void setFullTextSearchMinimumRank( 
   int intValue 
); 
FullTextSearchMinimumRank # get and set (FormRecognitionEngine) 

Property Value

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

Remarks

Used during GetFullTextSearchCandidatesForm and GetFullTextSearchCandidatesPage 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.Recognition Assembly

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