Gets or sets a value that indicate the current language (dictionary) to use for spell checking.
public string SpellLanguage { get; set; }
Property SpellLanguage As String
public String getSpellLanguage()
public void setSpellLanguage(String value)
A String value that represent the name of the language (dictionary) to use for spell checking.
The OcrEngineType.OmniPage supports only one spell check language at a time. This language must be enabled using SpellLanguage.
The OcrEngineType.LEAD engine supports multiple spell check languages and the engine automatically loads the language dictionaries based on the language(s) currently enabled in IOcrLanguageManager. Important: SpellLanguage is not used and will have no effect.
The name of the spelling language should be in the same format used in specifying character set languages as described in IOcrLanguageManager. Once you set a spell language and assuming the spell checking system is enabled, the engine will now use this language dictionary to check and correct the spelling of the recognized text.
You can get the names of the spelling languages supported by the system with the GetSupportedSpellLanguages method. The available languages (dictionaries) depends on the current spell check engine set in SpellCheckEngine.
In addition to the values returned by GetSupportedSpellLanguages, you can use the following special string case-sensitive values:
Value | Description |
---|---|
A null (Nothing in Visual Basic) string reference | Automatic spell language selection. If only one language has been enabled in the language environment with the IOcrLanguageManager.EnableLanguages method, then this language will be automatically selected for spelling too providing it is one of the languages supported by the spelling check system (one of the values returned by GetSupportedSpellLanguages). |
none | The checking subsystem will not use the Language dictionary at all. |
For more information about the spell checking system, refer to IOcrSpellCheckManager.
IOcrSpellCheckManager Interface
GetSupportedSpellLanguages Method
Programming with the LEADTOOLS .NET OCR
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