←Select platform

GetSupportedSpellCheckEngines Method

Summary
Gets a list of the spell checker supported by this OCR engine type.
Syntax
C#
VB
Objective-C
C++
Java
public OcrSpellCheckEngine[] GetSupportedSpellCheckEngines() 
Function GetSupportedSpellCheckEngines() As OcrSpellCheckEngine() 
@property (nonatomic, copy, readonly) NSArray<NSNumber *> *supportedSpellCheckEngines 
public OcrSpellCheckEngine[] getSupportedSpellCheckEngines() 
array<OcrSpellCheckEngine>^ GetSupportedSpellCheckEngines();  

Return Value

An array of OcrSpellCheckEngine that contains the spell checker supported by this OCR engine type.

Remarks

To get and set the current spell checker, use SpellCheckEngine and to query if a certain spell checker is supported by this OCR engine, use IsSpellCheckEngineSupported.

Example

For an example, refer to IOcrSpellCheckManager.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.