Uses of Class
org.languagetool.languagemodel.bert.grpc.BertLmProto.Mask
Packages that use BertLmProto.Mask
-
Uses of BertLmProto.Mask in org.languagetool.languagemodel.bert.grpc
Fields in org.languagetool.languagemodel.bert.grpc declared as BertLmProto.MaskModifier and TypeFieldDescriptionprivate static final BertLmProto.MaskBertLmProto.Mask.DEFAULT_INSTANCEFields in org.languagetool.languagemodel.bert.grpc with type parameters of type BertLmProto.MaskModifier and TypeFieldDescriptionprivate List<BertLmProto.Mask> BertLmProto.ScoreRequest.Builder.mask_private List<BertLmProto.Mask> BertLmProto.ScoreRequest.mask_private com.google.protobuf.RepeatedFieldBuilderV3<BertLmProto.Mask, BertLmProto.Mask.Builder, BertLmProto.MaskOrBuilder> BertLmProto.ScoreRequest.Builder.maskBuilder_private static final com.google.protobuf.Parser<BertLmProto.Mask> BertLmProto.Mask.PARSERMethods in org.languagetool.languagemodel.bert.grpc that return BertLmProto.MaskModifier and TypeMethodDescriptionBertLmProto.Mask.Builder.build()BertLmProto.Mask.Builder.buildPartial()static BertLmProto.MaskBertLmProto.Mask.getDefaultInstance()BertLmProto.Mask.Builder.getDefaultInstanceForType()BertLmProto.Mask.getDefaultInstanceForType()BertLmProto.ScoreRequest.Builder.getMask(int index) repeated .bert.Mask mask = 2;BertLmProto.ScoreRequest.getMask(int index) repeated .bert.Mask mask = 2;BertLmProto.ScoreRequestOrBuilder.getMask(int index) repeated .bert.Mask mask = 2;static BertLmProto.MaskBertLmProto.Mask.parseDelimitedFrom(InputStream input) static BertLmProto.MaskBertLmProto.Mask.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BertLmProto.MaskBertLmProto.Mask.parseFrom(byte[] data) static BertLmProto.MaskBertLmProto.Mask.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BertLmProto.MaskBertLmProto.Mask.parseFrom(com.google.protobuf.ByteString data) static BertLmProto.MaskBertLmProto.Mask.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BertLmProto.MaskBertLmProto.Mask.parseFrom(com.google.protobuf.CodedInputStream input) static BertLmProto.MaskBertLmProto.Mask.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BertLmProto.MaskBertLmProto.Mask.parseFrom(InputStream input) static BertLmProto.MaskBertLmProto.Mask.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BertLmProto.MaskBertLmProto.Mask.parseFrom(ByteBuffer data) static BertLmProto.MaskBertLmProto.Mask.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.languagetool.languagemodel.bert.grpc that return types with arguments of type BertLmProto.MaskModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilderV3<BertLmProto.Mask, BertLmProto.Mask.Builder, BertLmProto.MaskOrBuilder> BertLmProto.ScoreRequest.Builder.getMaskFieldBuilder()BertLmProto.ScoreRequest.Builder.getMaskList()repeated .bert.Mask mask = 2;BertLmProto.ScoreRequest.getMaskList()repeated .bert.Mask mask = 2;BertLmProto.ScoreRequestOrBuilder.getMaskList()repeated .bert.Mask mask = 2;com.google.protobuf.Parser<BertLmProto.Mask> BertLmProto.Mask.getParserForType()static com.google.protobuf.Parser<BertLmProto.Mask> BertLmProto.Mask.parser()Methods in org.languagetool.languagemodel.bert.grpc with parameters of type BertLmProto.MaskModifier and TypeMethodDescriptionBertLmProto.ScoreRequest.Builder.addMask(int index, BertLmProto.Mask value) repeated .bert.Mask mask = 2;BertLmProto.ScoreRequest.Builder.addMask(BertLmProto.Mask value) repeated .bert.Mask mask = 2;private voidBertLmProto.Mask.Builder.buildPartial0(BertLmProto.Mask result) BertLmProto.Mask.Builder.mergeFrom(BertLmProto.Mask other) static BertLmProto.Mask.BuilderBertLmProto.Mask.newBuilder(BertLmProto.Mask prototype) BertLmProto.ScoreRequest.Builder.setMask(int index, BertLmProto.Mask value) repeated .bert.Mask mask = 2;Method parameters in org.languagetool.languagemodel.bert.grpc with type arguments of type BertLmProto.MaskModifier and TypeMethodDescriptionBertLmProto.ScoreRequest.Builder.addAllMask(Iterable<? extends BertLmProto.Mask> values) repeated .bert.Mask mask = 2;