Gets or sets the current spell checker.
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 );
}
An OcrSpellCheckEngine enumeration member that specifies the current spell checker. The default value is OcrSpellCheckEngine.Native.
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.
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