←Select platform

SpellCheckEngine Property

Summary

Gets or sets the current spell checker.

Syntax
C#
VB
Objective-C
C++
Java
public OcrSpellCheckEngine SpellCheckEngine { get; set; } 
Property SpellCheckEngine As OcrSpellCheckEngine 
- (LTOcrSpellCheckEngine)spellCheckEngine 
public String getSpellLanguage() 
public void setSpellLanguage(String value) 
property OcrSpellCheckEngine SpellCheckEngine { 
   OcrSpellCheckEngine get(); 
   void set (    OcrSpellCheckEngine ); 
} 

Property Value

An OcrSpellCheckEngine enumeration member that specifies the current spell checker. The default value is OcrSpellCheckEngine.Native.

Remarks

Set the value of SpellCheckEngine to OcrSpellCheckEngine.None to globally disable any spell checking and correction during the recognition process.

Not all OCR engine types support all available spell check engines. Call GetSupportedSpellCheckEngines to get a list of all supported spell check engines by the particular IOcrEngine and IsSpellCheckEngineSupported to determine whether the specified spell checker is supported.

For more information on spell check engines support, refer to OcrSpellCheckEngine.

Example

For an example, refer to IOcrSpellCheckManager.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly