Inquires the current Spelling language setting of the checking subsystem.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_spelling_language_get( enumIGRecLanguages* pLang ); |
Name | Type | Description |
---|---|---|
pLang | enumIGRecLanguages* | Address of a variable to get the current Spelling language setting. |
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT ErrCount = 0; enumIGRecLanguages eSpellingLanguage = IG_REC_LANG_NO; ErrCount = IG_REC_spelling_language_get(&eSpellingLanguage); |