Gets a list of the spell checker supported by this OCR engine type.
public OcrSpellCheckEngine[] GetSupportedSpellCheckEngines()
Function GetSupportedSpellCheckEngines() As Leadtools.Forms.Ocr.OcrSpellCheckEngine()
[Leadtools.Forms.Ocr.OcrSpellCheckEngine[]](ocrspellcheckengine.md) GetSupportedSpellCheckEngines()
@property (nonatomic, copy, readonly) NSArray<NSNumber *> *supportedSpellCheckEngines
public OcrSpellCheckEngine[] getSupportedSpellCheckEngines()
function Leadtools.Forms.Ocr.IOcrSpellCheckManager.GetSupportedSpellCheckEngines()
Leadtools.Forms.Ocr.array<OcrSpellCheckEngine>^ GetSupportedSpellCheckEngines();
An array of OcrSpellCheckEngine that contains the spell checker supported by this OCR engine type.
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.
For an example, refer to IOcrSpellCheckManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET