Uses of Class
org.languagetool.languagemodel.bert.grpc.BertLmProto.ScoreRequest.Builder
Packages that use BertLmProto.ScoreRequest.Builder
-
Uses of BertLmProto.ScoreRequest.Builder in org.languagetool.languagemodel.bert.grpc
Fields in org.languagetool.languagemodel.bert.grpc with type parameters of type BertLmProto.ScoreRequest.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilderV3<BertLmProto.ScoreRequest, BertLmProto.ScoreRequest.Builder, BertLmProto.ScoreRequestOrBuilder> BertLmProto.BatchScoreRequest.Builder.requestsBuilder_Methods in org.languagetool.languagemodel.bert.grpc that return BertLmProto.ScoreRequest.BuilderModifier and TypeMethodDescriptionBertLmProto.ScoreRequest.Builder.addAllMask(Iterable<? extends BertLmProto.Mask> values) repeated .bert.Mask mask = 2;BertLmProto.ScoreRequest.Builder.addMask(int index, BertLmProto.Mask value) repeated .bert.Mask mask = 2;BertLmProto.ScoreRequest.Builder.addMask(int index, BertLmProto.Mask.Builder builderForValue) repeated .bert.Mask mask = 2;BertLmProto.ScoreRequest.Builder.addMask(BertLmProto.Mask value) repeated .bert.Mask mask = 2;BertLmProto.ScoreRequest.Builder.addMask(BertLmProto.Mask.Builder builderForValue) repeated .bert.Mask mask = 2;BertLmProto.ScoreRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) BertLmProto.BatchScoreRequest.Builder.addRequestsBuilder()repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequest.Builder.addRequestsBuilder(int index) repeated .bert.ScoreRequest requests = 1;BertLmProto.ScoreRequest.Builder.clear()BertLmProto.ScoreRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) BertLmProto.ScoreRequest.Builder.clearMask()repeated .bert.Mask mask = 2;BertLmProto.ScoreRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) BertLmProto.ScoreRequest.Builder.clearText()string text = 1;BertLmProto.ScoreRequest.Builder.clone()BertLmProto.BatchScoreRequest.Builder.getRequestsBuilder(int index) repeated .bert.ScoreRequest requests = 1;BertLmProto.ScoreRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BertLmProto.ScoreRequest.Builder.mergeFrom(com.google.protobuf.Message other) BertLmProto.ScoreRequest.Builder.mergeFrom(BertLmProto.ScoreRequest other) BertLmProto.ScoreRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) BertLmProto.ScoreRequest.newBuilder()BertLmProto.ScoreRequest.newBuilder(BertLmProto.ScoreRequest prototype) BertLmProto.ScoreRequest.newBuilderForType()protected BertLmProto.ScoreRequest.BuilderBertLmProto.ScoreRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) BertLmProto.ScoreRequest.Builder.removeMask(int index) repeated .bert.Mask mask = 2;BertLmProto.ScoreRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) BertLmProto.ScoreRequest.Builder.setMask(int index, BertLmProto.Mask value) repeated .bert.Mask mask = 2;BertLmProto.ScoreRequest.Builder.setMask(int index, BertLmProto.Mask.Builder builderForValue) repeated .bert.Mask mask = 2;BertLmProto.ScoreRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) string text = 1;BertLmProto.ScoreRequest.Builder.setTextBytes(com.google.protobuf.ByteString value) string text = 1;BertLmProto.ScoreRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) BertLmProto.ScoreRequest.toBuilder()Methods in org.languagetool.languagemodel.bert.grpc that return types with arguments of type BertLmProto.ScoreRequest.BuilderModifier and TypeMethodDescriptionBertLmProto.BatchScoreRequest.Builder.getRequestsBuilderList()repeated .bert.ScoreRequest requests = 1;private com.google.protobuf.RepeatedFieldBuilderV3<BertLmProto.ScoreRequest, BertLmProto.ScoreRequest.Builder, BertLmProto.ScoreRequestOrBuilder> BertLmProto.BatchScoreRequest.Builder.getRequestsFieldBuilder()Methods in org.languagetool.languagemodel.bert.grpc with parameters of type BertLmProto.ScoreRequest.BuilderModifier and TypeMethodDescriptionBertLmProto.BatchScoreRequest.Builder.addRequests(int index, BertLmProto.ScoreRequest.Builder builderForValue) repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequest.Builder.addRequests(BertLmProto.ScoreRequest.Builder builderForValue) repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequest.Builder.setRequests(int index, BertLmProto.ScoreRequest.Builder builderForValue) repeated .bert.ScoreRequest requests = 1;