public static interface BertLmProto.MaskOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCandidates(int index)
repeated string candidates = 3; |
com.google.protobuf.ByteString |
getCandidatesBytes(int index)
repeated string candidates = 3; |
int |
getCandidatesCount()
repeated string candidates = 3; |
List<String> |
getCandidatesList()
repeated string candidates = 3; |
int |
getEnd()
uint32 end = 2; |
int |
getStart()
uint32 start = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getStart()
uint32 start = 1;
int getEnd()
uint32 end = 2;
List<String> getCandidatesList()
repeated string candidates = 3;
int getCandidatesCount()
repeated string candidates = 3;
String getCandidates(int index)
repeated string candidates = 3;
index
- The index of the element to return.com.google.protobuf.ByteString getCandidatesBytes(int index)
repeated string candidates = 3;
index
- The index of the value to return.