←Select platform

FullTextSearchMinimumRank Property

Summary

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

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly