Uses of Class
org.languagetool.remote.RemoteRuleMatch
-
Packages that use RemoteRuleMatch Package Description org.languagetool.remote -
-
Uses of RemoteRuleMatch in org.languagetool.remote
Fields in org.languagetool.remote with type parameters of type RemoteRuleMatch Modifier and Type Field Description private java.util.List<RemoteRuleMatch>
RemoteResult. matches
Methods in org.languagetool.remote that return RemoteRuleMatch Modifier and Type Method Description private RemoteRuleMatch
RemoteLanguageTool. getMatch(java.util.Map<java.lang.String,java.lang.Object> match)
Methods in org.languagetool.remote that return types with arguments of type RemoteRuleMatch Modifier and Type Method Description java.util.List<RemoteRuleMatch>
RemoteResult. getMatches()
Constructor parameters in org.languagetool.remote with type arguments of type RemoteRuleMatch Constructor Description RemoteResult(java.lang.String language, java.lang.String languageCode, @Nullable java.lang.String languageDetectedCode, @Nullable java.lang.String languageDetectedName, java.util.List<RemoteRuleMatch> matches, RemoteServer remoteServer)
-