public static final class CoreNLPProtos.Quote extends com.google.protobuf.GeneratedMessageV3 implements CoreNLPProtos.QuoteOrBuilder
A quotation marker in textProtobuf type
edu.stanford.nlp.pipeline.Quote
Modifier and Type | Class and Description |
---|---|
static class |
CoreNLPProtos.Quote.Builder
A quotation marker in text
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
ATTRIBUTIONDEPENDENCYGRAPH_FIELD_NUMBER |
static int |
AUTHOR_FIELD_NUMBER |
static int |
BEGIN_FIELD_NUMBER |
static int |
CANONICALMENTION_FIELD_NUMBER |
static int |
CANONICALMENTIONBEGIN_FIELD_NUMBER |
static int |
CANONICALMENTIONEND_FIELD_NUMBER |
static int |
DOCID_FIELD_NUMBER |
static int |
END_FIELD_NUMBER |
static int |
INDEX_FIELD_NUMBER |
static int |
MENTION_FIELD_NUMBER |
static int |
MENTIONBEGIN_FIELD_NUMBER |
static int |
MENTIONEND_FIELD_NUMBER |
static int |
MENTIONSIEVE_FIELD_NUMBER |
static int |
MENTIONTYPE_FIELD_NUMBER |
static com.google.protobuf.Parser<CoreNLPProtos.Quote> |
PARSER
Deprecated.
|
static int |
SENTENCEBEGIN_FIELD_NUMBER |
static int |
SENTENCEEND_FIELD_NUMBER |
static int |
SPEAKER_FIELD_NUMBER |
static int |
SPEAKERSIEVE_FIELD_NUMBER |
static int |
TEXT_FIELD_NUMBER |
static int |
TOKENBEGIN_FIELD_NUMBER |
static int |
TOKENEND_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
CoreNLPProtos.DependencyGraph |
getAttributionDependencyGraph()
optional .edu.stanford.nlp.pipeline.DependencyGraph attributionDependencyGraph = 22; |
CoreNLPProtos.DependencyGraphOrBuilder |
getAttributionDependencyGraphOrBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph attributionDependencyGraph = 22; |
java.lang.String |
getAuthor()
optional string author = 11; |
com.google.protobuf.ByteString |
getAuthorBytes()
optional string author = 11; |
int |
getBegin()
optional uint32 begin = 2; |
java.lang.String |
getCanonicalMention()
optional string canonicalMention = 19; |
int |
getCanonicalMentionBegin()
optional uint32 canonicalMentionBegin = 20; |
com.google.protobuf.ByteString |
getCanonicalMentionBytes()
optional string canonicalMention = 19; |
int |
getCanonicalMentionEnd()
optional uint32 canonicalMentionEnd = 21; |
static CoreNLPProtos.Quote |
getDefaultInstance() |
CoreNLPProtos.Quote |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getDocid()
optional string docid = 9; |
com.google.protobuf.ByteString |
getDocidBytes()
optional string docid = 9; |
int |
getEnd()
optional uint32 end = 3; |
int |
getIndex()
optional uint32 index = 10; |
java.lang.String |
getMention()
optional string mention = 12; |
int |
getMentionBegin()
optional uint32 mentionBegin = 13; |
com.google.protobuf.ByteString |
getMentionBytes()
optional string mention = 12; |
int |
getMentionEnd()
optional uint32 mentionEnd = 14; |
java.lang.String |
getMentionSieve()
optional string mentionSieve = 16; |
com.google.protobuf.ByteString |
getMentionSieveBytes()
optional string mentionSieve = 16; |
java.lang.String |
getMentionType()
optional string mentionType = 15; |
com.google.protobuf.ByteString |
getMentionTypeBytes()
optional string mentionType = 15; |
com.google.protobuf.Parser<CoreNLPProtos.Quote> |
getParserForType() |
int |
getSentenceBegin()
optional uint32 sentenceBegin = 5; |
int |
getSentenceEnd()
optional uint32 sentenceEnd = 6; |
int |
getSerializedSize() |
java.lang.String |
getSpeaker()
optional string speaker = 17; |
com.google.protobuf.ByteString |
getSpeakerBytes()
optional string speaker = 17; |
java.lang.String |
getSpeakerSieve()
optional string speakerSieve = 18; |
com.google.protobuf.ByteString |
getSpeakerSieveBytes()
optional string speakerSieve = 18; |
java.lang.String |
getText()
optional string text = 1; |
com.google.protobuf.ByteString |
getTextBytes()
optional string text = 1; |
int |
getTokenBegin()
optional uint32 tokenBegin = 7; |
int |
getTokenEnd()
optional uint32 tokenEnd = 8; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAttributionDependencyGraph()
optional .edu.stanford.nlp.pipeline.DependencyGraph attributionDependencyGraph = 22; |
boolean |
hasAuthor()
optional string author = 11; |
boolean |
hasBegin()
optional uint32 begin = 2; |
boolean |
hasCanonicalMention()
optional string canonicalMention = 19; |
boolean |
hasCanonicalMentionBegin()
optional uint32 canonicalMentionBegin = 20; |
boolean |
hasCanonicalMentionEnd()
optional uint32 canonicalMentionEnd = 21; |
boolean |
hasDocid()
optional string docid = 9; |
boolean |
hasEnd()
optional uint32 end = 3; |
int |
hashCode() |
boolean |
hasIndex()
optional uint32 index = 10; |
boolean |
hasMention()
optional string mention = 12; |
boolean |
hasMentionBegin()
optional uint32 mentionBegin = 13; |
boolean |
hasMentionEnd()
optional uint32 mentionEnd = 14; |
boolean |
hasMentionSieve()
optional string mentionSieve = 16; |
boolean |
hasMentionType()
optional string mentionType = 15; |
boolean |
hasSentenceBegin()
optional uint32 sentenceBegin = 5; |
boolean |
hasSentenceEnd()
optional uint32 sentenceEnd = 6; |
boolean |
hasSpeaker()
optional string speaker = 17; |
boolean |
hasSpeakerSieve()
optional string speakerSieve = 18; |
boolean |
hasText()
optional string text = 1; |
boolean |
hasTokenBegin()
optional uint32 tokenBegin = 7; |
boolean |
hasTokenEnd()
optional uint32 tokenEnd = 8; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CoreNLPProtos.Quote.Builder |
newBuilder() |
static CoreNLPProtos.Quote.Builder |
newBuilder(CoreNLPProtos.Quote prototype) |
CoreNLPProtos.Quote.Builder |
newBuilderForType() |
protected CoreNLPProtos.Quote.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CoreNLPProtos.Quote |
parseDelimitedFrom(java.io.InputStream input) |
static CoreNLPProtos.Quote |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.Quote |
parseFrom(byte[] data) |
static CoreNLPProtos.Quote |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.Quote |
parseFrom(java.nio.ByteBuffer data) |
static CoreNLPProtos.Quote |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.Quote |
parseFrom(com.google.protobuf.ByteString data) |
static CoreNLPProtos.Quote |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.Quote |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CoreNLPProtos.Quote |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.Quote |
parseFrom(java.io.InputStream input) |
static CoreNLPProtos.Quote |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CoreNLPProtos.Quote> |
parser() |
CoreNLPProtos.Quote.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int TEXT_FIELD_NUMBER
public static final int BEGIN_FIELD_NUMBER
public static final int END_FIELD_NUMBER
public static final int SENTENCEBEGIN_FIELD_NUMBER
public static final int SENTENCEEND_FIELD_NUMBER
public static final int TOKENBEGIN_FIELD_NUMBER
public static final int TOKENEND_FIELD_NUMBER
public static final int DOCID_FIELD_NUMBER
public static final int INDEX_FIELD_NUMBER
public static final int AUTHOR_FIELD_NUMBER
public static final int MENTION_FIELD_NUMBER
public static final int MENTIONBEGIN_FIELD_NUMBER
public static final int MENTIONEND_FIELD_NUMBER
public static final int MENTIONTYPE_FIELD_NUMBER
public static final int MENTIONSIEVE_FIELD_NUMBER
public static final int SPEAKER_FIELD_NUMBER
public static final int SPEAKERSIEVE_FIELD_NUMBER
public static final int CANONICALMENTION_FIELD_NUMBER
public static final int CANONICALMENTIONBEGIN_FIELD_NUMBER
public static final int CANONICALMENTIONEND_FIELD_NUMBER
public static final int ATTRIBUTIONDEPENDENCYGRAPH_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<CoreNLPProtos.Quote> PARSER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasText()
optional string text = 1;
hasText
in interface CoreNLPProtos.QuoteOrBuilder
public java.lang.String getText()
optional string text = 1;
getText
in interface CoreNLPProtos.QuoteOrBuilder
public com.google.protobuf.ByteString getTextBytes()
optional string text = 1;
getTextBytes
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasBegin()
optional uint32 begin = 2;
hasBegin
in interface CoreNLPProtos.QuoteOrBuilder
public int getBegin()
optional uint32 begin = 2;
getBegin
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasEnd()
optional uint32 end = 3;
hasEnd
in interface CoreNLPProtos.QuoteOrBuilder
public int getEnd()
optional uint32 end = 3;
getEnd
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasSentenceBegin()
optional uint32 sentenceBegin = 5;
hasSentenceBegin
in interface CoreNLPProtos.QuoteOrBuilder
public int getSentenceBegin()
optional uint32 sentenceBegin = 5;
getSentenceBegin
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasSentenceEnd()
optional uint32 sentenceEnd = 6;
hasSentenceEnd
in interface CoreNLPProtos.QuoteOrBuilder
public int getSentenceEnd()
optional uint32 sentenceEnd = 6;
getSentenceEnd
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasTokenBegin()
optional uint32 tokenBegin = 7;
hasTokenBegin
in interface CoreNLPProtos.QuoteOrBuilder
public int getTokenBegin()
optional uint32 tokenBegin = 7;
getTokenBegin
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasTokenEnd()
optional uint32 tokenEnd = 8;
hasTokenEnd
in interface CoreNLPProtos.QuoteOrBuilder
public int getTokenEnd()
optional uint32 tokenEnd = 8;
getTokenEnd
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasDocid()
optional string docid = 9;
hasDocid
in interface CoreNLPProtos.QuoteOrBuilder
public java.lang.String getDocid()
optional string docid = 9;
getDocid
in interface CoreNLPProtos.QuoteOrBuilder
public com.google.protobuf.ByteString getDocidBytes()
optional string docid = 9;
getDocidBytes
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasIndex()
optional uint32 index = 10;
hasIndex
in interface CoreNLPProtos.QuoteOrBuilder
public int getIndex()
optional uint32 index = 10;
getIndex
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasAuthor()
optional string author = 11;
hasAuthor
in interface CoreNLPProtos.QuoteOrBuilder
public java.lang.String getAuthor()
optional string author = 11;
getAuthor
in interface CoreNLPProtos.QuoteOrBuilder
public com.google.protobuf.ByteString getAuthorBytes()
optional string author = 11;
getAuthorBytes
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasMention()
optional string mention = 12;
hasMention
in interface CoreNLPProtos.QuoteOrBuilder
public java.lang.String getMention()
optional string mention = 12;
getMention
in interface CoreNLPProtos.QuoteOrBuilder
public com.google.protobuf.ByteString getMentionBytes()
optional string mention = 12;
getMentionBytes
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasMentionBegin()
optional uint32 mentionBegin = 13;
hasMentionBegin
in interface CoreNLPProtos.QuoteOrBuilder
public int getMentionBegin()
optional uint32 mentionBegin = 13;
getMentionBegin
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasMentionEnd()
optional uint32 mentionEnd = 14;
hasMentionEnd
in interface CoreNLPProtos.QuoteOrBuilder
public int getMentionEnd()
optional uint32 mentionEnd = 14;
getMentionEnd
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasMentionType()
optional string mentionType = 15;
hasMentionType
in interface CoreNLPProtos.QuoteOrBuilder
public java.lang.String getMentionType()
optional string mentionType = 15;
getMentionType
in interface CoreNLPProtos.QuoteOrBuilder
public com.google.protobuf.ByteString getMentionTypeBytes()
optional string mentionType = 15;
getMentionTypeBytes
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasMentionSieve()
optional string mentionSieve = 16;
hasMentionSieve
in interface CoreNLPProtos.QuoteOrBuilder
public java.lang.String getMentionSieve()
optional string mentionSieve = 16;
getMentionSieve
in interface CoreNLPProtos.QuoteOrBuilder
public com.google.protobuf.ByteString getMentionSieveBytes()
optional string mentionSieve = 16;
getMentionSieveBytes
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasSpeaker()
optional string speaker = 17;
hasSpeaker
in interface CoreNLPProtos.QuoteOrBuilder
public java.lang.String getSpeaker()
optional string speaker = 17;
getSpeaker
in interface CoreNLPProtos.QuoteOrBuilder
public com.google.protobuf.ByteString getSpeakerBytes()
optional string speaker = 17;
getSpeakerBytes
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasSpeakerSieve()
optional string speakerSieve = 18;
hasSpeakerSieve
in interface CoreNLPProtos.QuoteOrBuilder
public java.lang.String getSpeakerSieve()
optional string speakerSieve = 18;
getSpeakerSieve
in interface CoreNLPProtos.QuoteOrBuilder
public com.google.protobuf.ByteString getSpeakerSieveBytes()
optional string speakerSieve = 18;
getSpeakerSieveBytes
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasCanonicalMention()
optional string canonicalMention = 19;
hasCanonicalMention
in interface CoreNLPProtos.QuoteOrBuilder
public java.lang.String getCanonicalMention()
optional string canonicalMention = 19;
getCanonicalMention
in interface CoreNLPProtos.QuoteOrBuilder
public com.google.protobuf.ByteString getCanonicalMentionBytes()
optional string canonicalMention = 19;
getCanonicalMentionBytes
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasCanonicalMentionBegin()
optional uint32 canonicalMentionBegin = 20;
hasCanonicalMentionBegin
in interface CoreNLPProtos.QuoteOrBuilder
public int getCanonicalMentionBegin()
optional uint32 canonicalMentionBegin = 20;
getCanonicalMentionBegin
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasCanonicalMentionEnd()
optional uint32 canonicalMentionEnd = 21;
hasCanonicalMentionEnd
in interface CoreNLPProtos.QuoteOrBuilder
public int getCanonicalMentionEnd()
optional uint32 canonicalMentionEnd = 21;
getCanonicalMentionEnd
in interface CoreNLPProtos.QuoteOrBuilder
public boolean hasAttributionDependencyGraph()
optional .edu.stanford.nlp.pipeline.DependencyGraph attributionDependencyGraph = 22;
hasAttributionDependencyGraph
in interface CoreNLPProtos.QuoteOrBuilder
public CoreNLPProtos.DependencyGraph getAttributionDependencyGraph()
optional .edu.stanford.nlp.pipeline.DependencyGraph attributionDependencyGraph = 22;
getAttributionDependencyGraph
in interface CoreNLPProtos.QuoteOrBuilder
public CoreNLPProtos.DependencyGraphOrBuilder getAttributionDependencyGraphOrBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph attributionDependencyGraph = 22;
getAttributionDependencyGraphOrBuilder
in interface CoreNLPProtos.QuoteOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static CoreNLPProtos.Quote parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CoreNLPProtos.Quote parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CoreNLPProtos.Quote parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CoreNLPProtos.Quote parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CoreNLPProtos.Quote parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CoreNLPProtos.Quote parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CoreNLPProtos.Quote parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static CoreNLPProtos.Quote parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static CoreNLPProtos.Quote parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static CoreNLPProtos.Quote parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static CoreNLPProtos.Quote parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static CoreNLPProtos.Quote parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public CoreNLPProtos.Quote.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static CoreNLPProtos.Quote.Builder newBuilder()
public static CoreNLPProtos.Quote.Builder newBuilder(CoreNLPProtos.Quote prototype)
public CoreNLPProtos.Quote.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected CoreNLPProtos.Quote.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static CoreNLPProtos.Quote getDefaultInstance()
public static com.google.protobuf.Parser<CoreNLPProtos.Quote> parser()
public com.google.protobuf.Parser<CoreNLPProtos.Quote> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public CoreNLPProtos.Quote getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder