←Select platform

FullTextSearchMinimumRank Property (FormRecognitionEngine)

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 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.Recognition Assembly
Click or drag to resize