Uses of Class
org.languagetool.rules.ml.MLServerProto.MatchList.Builder
Packages that use MLServerProto.MatchList.Builder
-
Uses of MLServerProto.MatchList.Builder in org.languagetool.rules.ml
Fields in org.languagetool.rules.ml with type parameters of type MLServerProto.MatchList.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilderV3<MLServerProto.MatchList, MLServerProto.MatchList.Builder, MLServerProto.MatchListOrBuilder> MLServerProto.PostProcessingRequest.Builder.matchesBuilder_private com.google.protobuf.RepeatedFieldBuilderV3<MLServerProto.MatchList, MLServerProto.MatchList.Builder, MLServerProto.MatchListOrBuilder> MLServerProto.MatchResponse.Builder.sentenceMatchesBuilder_Methods in org.languagetool.rules.ml that return MLServerProto.MatchList.BuilderModifier and TypeMethodDescriptionMLServerProto.MatchList.Builder.addAllMatches(Iterable<? extends MLServerProto.Match> values) list of matchesMLServerProto.MatchList.Builder.addMatches(int index, MLServerProto.Match value) list of matchesMLServerProto.MatchList.Builder.addMatches(int index, MLServerProto.Match.Builder builderForValue) list of matchesMLServerProto.MatchList.Builder.addMatches(MLServerProto.Match value) list of matchesMLServerProto.MatchList.Builder.addMatches(MLServerProto.Match.Builder builderForValue) list of matchesMLServerProto.PostProcessingRequest.Builder.addMatchesBuilder()matches of input text, to be transformedMLServerProto.PostProcessingRequest.Builder.addMatchesBuilder(int index) matches of input text, to be transformedMLServerProto.MatchList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MLServerProto.MatchResponse.Builder.addSentenceMatchesBuilder()results for each corresponding sentence in MatchRequest (aligned)MLServerProto.MatchResponse.Builder.addSentenceMatchesBuilder(int index) results for each corresponding sentence in MatchRequest (aligned)MLServerProto.MatchList.Builder.clear()MLServerProto.MatchList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) MLServerProto.MatchList.Builder.clearMatches()list of matchesMLServerProto.MatchList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) MLServerProto.MatchList.Builder.clone()MLServerProto.PostProcessingRequest.Builder.getMatchesBuilder(int index) matches of input text, to be transformedMLServerProto.MatchResponse.Builder.getSentenceMatchesBuilder(int index) results for each corresponding sentence in MatchRequest (aligned)MLServerProto.MatchList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MLServerProto.MatchList.Builder.mergeFrom(com.google.protobuf.Message other) MLServerProto.MatchList.Builder.mergeFrom(MLServerProto.MatchList other) MLServerProto.MatchList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MLServerProto.MatchList.newBuilder()MLServerProto.MatchList.newBuilder(MLServerProto.MatchList prototype) MLServerProto.MatchList.newBuilderForType()protected MLServerProto.MatchList.BuilderMLServerProto.MatchList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) MLServerProto.MatchList.Builder.removeMatches(int index) list of matchesMLServerProto.MatchList.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MLServerProto.MatchList.Builder.setMatches(int index, MLServerProto.Match value) list of matchesMLServerProto.MatchList.Builder.setMatches(int index, MLServerProto.Match.Builder builderForValue) list of matchesMLServerProto.MatchList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) MLServerProto.MatchList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MLServerProto.MatchList.toBuilder()Methods in org.languagetool.rules.ml that return types with arguments of type MLServerProto.MatchList.BuilderModifier and TypeMethodDescriptionMLServerProto.PostProcessingRequest.Builder.getMatchesBuilderList()matches of input text, to be transformedprivate com.google.protobuf.RepeatedFieldBuilderV3<MLServerProto.MatchList, MLServerProto.MatchList.Builder, MLServerProto.MatchListOrBuilder> MLServerProto.PostProcessingRequest.Builder.getMatchesFieldBuilder()MLServerProto.MatchResponse.Builder.getSentenceMatchesBuilderList()results for each corresponding sentence in MatchRequest (aligned)private com.google.protobuf.RepeatedFieldBuilderV3<MLServerProto.MatchList, MLServerProto.MatchList.Builder, MLServerProto.MatchListOrBuilder> MLServerProto.MatchResponse.Builder.getSentenceMatchesFieldBuilder()Methods in org.languagetool.rules.ml with parameters of type MLServerProto.MatchList.BuilderModifier and TypeMethodDescriptionMLServerProto.PostProcessingRequest.Builder.addMatches(int index, MLServerProto.MatchList.Builder builderForValue) matches of input text, to be transformedMLServerProto.PostProcessingRequest.Builder.addMatches(MLServerProto.MatchList.Builder builderForValue) matches of input text, to be transformedMLServerProto.MatchResponse.Builder.addSentenceMatches(int index, MLServerProto.MatchList.Builder builderForValue) 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.PostProcessingRequest.Builder.setMatches(int index, MLServerProto.MatchList.Builder builderForValue) matches of input text, to be transformedMLServerProto.MatchResponse.Builder.setSentenceMatches(int index, MLServerProto.MatchList.Builder builderForValue) results for each corresponding sentence in MatchRequest (aligned)