Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

WebSpellChecker Server Status

Here is a correct   status   response for Spell Check, Grammar and Thesaurus engines of WebSpellChecker Server:

Code Block
languagejs
themeEmacstext
{
    "SpellCheckEngine": {
        "active": true
    },
    "GrammarCheckEngine": {
        "active": true,
    },
    "EnglishAIModel": {
        "active": true
    },
    "GermanAIModel": {
        "active": true
    },
    "SpanishAIModel": {
        "active": true,
    },
    "ThesaurusEngineEnglishAutocomplete": {
        "active": true,
    }
}