Leadtools.Forms.Ocr Namespace > IOcrSpellCheckManager Interface : SpellCheckEngine Property |
OcrSpellCheckEngine SpellCheckEngine {get; set;}
'Declaration Property SpellCheckEngine As OcrSpellCheckEngine
'Usage Dim instance As IOcrSpellCheckManager Dim value As OcrSpellCheckEngine instance.SpellCheckEngine = value value = instance.SpellCheckEngine
OcrSpellCheckEngine SpellCheckEngine {get; set;}
get_SpellCheckEngine();
set_SpellCheckEngine(value);
Object.defineProperty('SpellCheckEngine');
property OcrSpellCheckEngine SpellCheckEngine { OcrSpellCheckEngine get(); void set ( OcrSpellCheckEngine value); }
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, use GetSupportedSpellCheckEngines to get a list of the supported spell check engins by this IOcrEngine and IsSpellCheckEngineSupported to check if a certain spell checker is supported.
For more information on the spell check engines supported by the various LEADTOOLS OCR engines, refer to OcrSpellCheckEngine.
For an example, refer to IOcrSpellCheckManager.