public static interface CoreNLPProtos.SpeakerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMentions(int index)
repeated int32 mentions = 2; |
int |
getMentionsCount()
repeated int32 mentions = 2; |
java.util.List<java.lang.Integer> |
getMentionsList()
repeated int32 mentions = 2; |
java.lang.String |
getSpeakerName()
optional string speakerName = 1; |
com.google.protobuf.ByteString |
getSpeakerNameBytes()
optional string speakerName = 1; |
boolean |
hasSpeakerName()
optional string speakerName = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSpeakerName()
optional string speakerName = 1;java.lang.String getSpeakerName()
optional string speakerName = 1;com.google.protobuf.ByteString getSpeakerNameBytes()
optional string speakerName = 1;java.util.List<java.lang.Integer> getMentionsList()
repeated int32 mentions = 2;int getMentionsCount()
repeated int32 mentions = 2;int getMentions(int index)
repeated int32 mentions = 2;index - The index of the element to return.