Begin full text search manager support.
public void SetFullTextSearchManager(
IFullTextSearchManager manager,
string repositoryName,
string language
)
public:
void SetFullTextSearchManager(
IFullTextSearchManager^ manager,
String^ repositoryName,
String^ language
)
public IFullTextSearchManager getFullTextSearchManager();
public void setFullTextSearchManager(
IFullTextSearchManager manager,
java.lang.String repositoryName,
java.lang.String language
);
def SetFullTextSearchManager(self,manager,repositoryName,language):
manager
Instance of a class that implements IFullTextSearchManager here to enable the use of full text search during the recognition process.
repositoryName
Repository name to use with all full text search. If this is null, then the default repository without a name will be searched.
language
Optional language of the form. Passing null will default to "en-US" (or locale ID 1033).
Call this method with an instance of a class that implements IFullTextSearchManager 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document