Uses of Class
org.languagetool.rules.ml.MLServerProto.MatchResponse.Builder
Packages that use MLServerProto.MatchResponse.Builder
-
Uses of MLServerProto.MatchResponse.Builder in org.languagetool.rules.ml
Methods in org.languagetool.rules.ml that return MLServerProto.MatchResponse.BuilderModifier and TypeMethodDescriptionMLServerProto.MatchResponse.Builder.addAllSentenceMatches(Iterable<? extends MLServerProto.MatchList> values) results for each corresponding sentence in MatchRequest (aligned)MLServerProto.MatchResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MLServerProto.MatchResponse.Builder.addSentenceMatches(int index, MLServerProto.MatchList value) results for each corresponding sentence in MatchRequest (aligned)MLServerProto.MatchResponse.Builder.addSentenceMatches(int index, MLServerProto.MatchList.Builder builderForValue) results for each corresponding sentence in MatchRequest (aligned)MLServerProto.MatchResponse.Builder.addSentenceMatches(MLServerProto.MatchList value) results for each corresponding sentence in MatchRequest (aligned)MLServerProto.MatchResponse.Builder.addSentenceMatches(MLServerProto.MatchList.Builder builderForValue) results for each corresponding sentence in MatchRequest (aligned)MLServerProto.MatchResponse.Builder.clear()MLServerProto.MatchResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) MLServerProto.MatchResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) MLServerProto.MatchResponse.Builder.clearSentenceMatches()results for each corresponding sentence in MatchRequest (aligned)MLServerProto.MatchResponse.Builder.clone()MLServerProto.MatchResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MLServerProto.MatchResponse.Builder.mergeFrom(com.google.protobuf.Message other) MLServerProto.MatchResponse.Builder.mergeFrom(MLServerProto.MatchResponse other) MLServerProto.MatchResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MLServerProto.MatchResponse.newBuilder()MLServerProto.MatchResponse.newBuilder(MLServerProto.MatchResponse prototype) MLServerProto.MatchResponse.newBuilderForType()protected MLServerProto.MatchResponse.BuilderMLServerProto.MatchResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) MLServerProto.MatchResponse.Builder.removeSentenceMatches(int index) results for each corresponding sentence in MatchRequest (aligned)MLServerProto.MatchResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MLServerProto.MatchResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) MLServerProto.MatchResponse.Builder.setSentenceMatches(int index, MLServerProto.MatchList value) results for each corresponding sentence in MatchRequest (aligned)MLServerProto.MatchResponse.Builder.setSentenceMatches(int index, MLServerProto.MatchList.Builder builderForValue) results for each corresponding sentence in MatchRequest (aligned)MLServerProto.MatchResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MLServerProto.MatchResponse.toBuilder()