Class RemoteConfigurationInfo

java.lang.Object
org.languagetool.remote.RemoteConfigurationInfo

public class RemoteConfigurationInfo extends Object
Check a text using a remote LanguageTool server via HTTP or HTTPS. Our public HTTPS API and its restrictions are documented here.
Since:
4.8
  • Field Details

  • Constructor Details

    • RemoteConfigurationInfo

      RemoteConfigurationInfo(com.fasterxml.jackson.databind.ObjectMapper mapper, InputStream inputStream) throws IOException
      Throws:
      IOException
  • Method Details

    • getSoftwareInfo

      public Map<String,Object> getSoftwareInfo()
    • getMaxTextLength

      public int getMaxTextLength()
    • getRemoteRules

      public List<Map<String,String>> getRemoteRules()