←Select platform

FullTextSearchMinimumRank Property

Summary

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

Syntax
C#
VB
C++
Java
public int FullTextSearchMinimumRank { get; set; } 
Public Property FullTextSearchMinimumRank() As Integer 
   Get 
   Set 
public:  
   property int FullTextSearchMinimumRank 
   { 
      int get() 
      void set(int value) 
   } 
public int getFullTextSearchMinimumRank(); 
public void setFullTextSearchMinimumRank( 
   int intValue 
); 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

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