←Select platform

Search Method

Summary

Searches the full text database for candidates.

Syntax
C#
C++/CLI
Java
Python
public virtual IList<FullTextSearchItem> Search( 
   FullTextSearchItem item 
) 
public:  
   virtual System::Collections::Generic::IList<Leadtools::Forms::Recognition::FullTextSearchItem^>^ Search( 
      FullTextSearchItem^ item 
   ) 
public java.util.List<FullTextSearchItem> search( 
   FullTextSearchItem item 
); 
def Search(self,item): 

Parameters

item

Properties of the item(s) to search. Must not be null.

Return Value

List of candidates sorted by rank.

Remarks

For more information, refer to Search and 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.