←Select platform

FullTextSearchManager Property

Summary

Full text search manager support.

Syntax
C#
C++/CLI
Java
Python
public IFullTextSearchManager FullTextSearchManager { get; set; } 
public:  
   property IFullTextSearchManager^ FullTextSearchManager 
   { 
      IFullTextSearchManager^ get() 
      void set(IFullTextSearchManager^ value) 
   } 
public IFullTextSearchManager getFullTextSearchManager(); 
public void setFullTextSearchManager( 
   IFullTextSearchManager iFullTextSearchManager 
); 
FullTextSearchManager # get and set (FormRecognitionEngine) 

Property Value

Full text search manager. Default value is null.

Remarks

Set an instance of a class that implements IFullTextSearchManager here to enable the use of full text search during the recognition process. 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.