Package org.languagetool.rules
Class GRPCRule.MLRuleRequest
java.lang.Object
org.languagetool.rules.RemoteRule.RemoteRequest
org.languagetool.rules.GRPCRule.MLRuleRequest
- Enclosing class:
GRPCRule
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final List<MLServerProto.MatchRequest> (package private) final List<AnalyzedSentence> (package private) final Long -
Constructor Summary
ConstructorsConstructorDescriptionMLRuleRequest(List<MLServerProto.MatchRequest> requests, List<AnalyzedSentence> sentences, Long textSessionId) -
Method Summary
-
Field Details
-
requests
-
sentences
-
textSessionId
-
-
Constructor Details
-
MLRuleRequest
public MLRuleRequest(List<MLServerProto.MatchRequest> requests, List<AnalyzedSentence> sentences, Long textSessionId)
-