public static final class CoreNLPProtos.Section extends com.google.protobuf.GeneratedMessageV3 implements CoreNLPProtos.SectionOrBuilder
edu.stanford.nlp.pipeline.Section| Modifier and Type | Class and Description |
|---|---|
static class |
CoreNLPProtos.Section.Builder
Protobuf type
edu.stanford.nlp.pipeline.Section |
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 |
AUTHOR_FIELD_NUMBER |
static int |
AUTHORCHARBEGIN_FIELD_NUMBER |
static int |
AUTHORCHAREND_FIELD_NUMBER |
static int |
CHARBEGIN_FIELD_NUMBER |
static int |
CHAREND_FIELD_NUMBER |
static int |
DATETIME_FIELD_NUMBER |
static com.google.protobuf.Parser<CoreNLPProtos.Section> |
PARSER
Deprecated.
|
static int |
QUOTES_FIELD_NUMBER |
static int |
SENTENCEINDEXES_FIELD_NUMBER |
static int |
XMLTAG_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAuthor()
optional string author = 3; |
com.google.protobuf.ByteString |
getAuthorBytes()
optional string author = 3; |
int |
getAuthorCharBegin()
optional uint32 authorCharBegin = 7; |
int |
getAuthorCharEnd()
optional uint32 authorCharEnd = 8; |
int |
getCharBegin()
required uint32 charBegin = 1; |
int |
getCharEnd()
required uint32 charEnd = 2; |
java.lang.String |
getDatetime()
optional string datetime = 5; |
com.google.protobuf.ByteString |
getDatetimeBytes()
optional string datetime = 5; |
static CoreNLPProtos.Section |
getDefaultInstance() |
CoreNLPProtos.Section |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<CoreNLPProtos.Section> |
getParserForType() |
CoreNLPProtos.Quote |
getQuotes(int index)
repeated .edu.stanford.nlp.pipeline.Quote quotes = 6; |
int |
getQuotesCount()
repeated .edu.stanford.nlp.pipeline.Quote quotes = 6; |
java.util.List<CoreNLPProtos.Quote> |
getQuotesList()
repeated .edu.stanford.nlp.pipeline.Quote quotes = 6; |
CoreNLPProtos.QuoteOrBuilder |
getQuotesOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Quote quotes = 6; |
java.util.List<? extends CoreNLPProtos.QuoteOrBuilder> |
getQuotesOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Quote quotes = 6; |
int |
getSentenceIndexes(int index)
repeated uint32 sentenceIndexes = 4; |
int |
getSentenceIndexesCount()
repeated uint32 sentenceIndexes = 4; |
java.util.List<java.lang.Integer> |
getSentenceIndexesList()
repeated uint32 sentenceIndexes = 4; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
CoreNLPProtos.Token |
getXmlTag()
required .edu.stanford.nlp.pipeline.Token xmlTag = 9; |
CoreNLPProtos.TokenOrBuilder |
getXmlTagOrBuilder()
required .edu.stanford.nlp.pipeline.Token xmlTag = 9; |
boolean |
hasAuthor()
optional string author = 3; |
boolean |
hasAuthorCharBegin()
optional uint32 authorCharBegin = 7; |
boolean |
hasAuthorCharEnd()
optional uint32 authorCharEnd = 8; |
boolean |
hasCharBegin()
required uint32 charBegin = 1; |
boolean |
hasCharEnd()
required uint32 charEnd = 2; |
boolean |
hasDatetime()
optional string datetime = 5; |
int |
hashCode() |
boolean |
hasXmlTag()
required .edu.stanford.nlp.pipeline.Token xmlTag = 9; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CoreNLPProtos.Section.Builder |
newBuilder() |
static CoreNLPProtos.Section.Builder |
newBuilder(CoreNLPProtos.Section prototype) |
CoreNLPProtos.Section.Builder |
newBuilderForType() |
protected CoreNLPProtos.Section.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CoreNLPProtos.Section |
parseDelimitedFrom(java.io.InputStream input) |
static CoreNLPProtos.Section |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.Section |
parseFrom(byte[] data) |
static CoreNLPProtos.Section |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.Section |
parseFrom(java.nio.ByteBuffer data) |
static CoreNLPProtos.Section |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.Section |
parseFrom(com.google.protobuf.ByteString data) |
static CoreNLPProtos.Section |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.Section |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CoreNLPProtos.Section |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.Section |
parseFrom(java.io.InputStream input) |
static CoreNLPProtos.Section |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CoreNLPProtos.Section> |
parser() |
CoreNLPProtos.Section.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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CHARBEGIN_FIELD_NUMBER
public static final int CHAREND_FIELD_NUMBER
public static final int AUTHOR_FIELD_NUMBER
public static final int SENTENCEINDEXES_FIELD_NUMBER
public static final int DATETIME_FIELD_NUMBER
public static final int QUOTES_FIELD_NUMBER
public static final int AUTHORCHARBEGIN_FIELD_NUMBER
public static final int AUTHORCHAREND_FIELD_NUMBER
public static final int XMLTAG_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<CoreNLPProtos.Section> PARSER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasCharBegin()
required uint32 charBegin = 1;hasCharBegin in interface CoreNLPProtos.SectionOrBuilderpublic int getCharBegin()
required uint32 charBegin = 1;getCharBegin in interface CoreNLPProtos.SectionOrBuilderpublic boolean hasCharEnd()
required uint32 charEnd = 2;hasCharEnd in interface CoreNLPProtos.SectionOrBuilderpublic int getCharEnd()
required uint32 charEnd = 2;getCharEnd in interface CoreNLPProtos.SectionOrBuilderpublic boolean hasAuthor()
optional string author = 3;hasAuthor in interface CoreNLPProtos.SectionOrBuilderpublic java.lang.String getAuthor()
optional string author = 3;getAuthor in interface CoreNLPProtos.SectionOrBuilderpublic com.google.protobuf.ByteString getAuthorBytes()
optional string author = 3;getAuthorBytes in interface CoreNLPProtos.SectionOrBuilderpublic java.util.List<java.lang.Integer> getSentenceIndexesList()
repeated uint32 sentenceIndexes = 4;getSentenceIndexesList in interface CoreNLPProtos.SectionOrBuilderpublic int getSentenceIndexesCount()
repeated uint32 sentenceIndexes = 4;getSentenceIndexesCount in interface CoreNLPProtos.SectionOrBuilderpublic int getSentenceIndexes(int index)
repeated uint32 sentenceIndexes = 4;getSentenceIndexes in interface CoreNLPProtos.SectionOrBuilderindex - The index of the element to return.public boolean hasDatetime()
optional string datetime = 5;hasDatetime in interface CoreNLPProtos.SectionOrBuilderpublic java.lang.String getDatetime()
optional string datetime = 5;getDatetime in interface CoreNLPProtos.SectionOrBuilderpublic com.google.protobuf.ByteString getDatetimeBytes()
optional string datetime = 5;getDatetimeBytes in interface CoreNLPProtos.SectionOrBuilderpublic java.util.List<CoreNLPProtos.Quote> getQuotesList()
repeated .edu.stanford.nlp.pipeline.Quote quotes = 6;getQuotesList in interface CoreNLPProtos.SectionOrBuilderpublic java.util.List<? extends CoreNLPProtos.QuoteOrBuilder> getQuotesOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Quote quotes = 6;getQuotesOrBuilderList in interface CoreNLPProtos.SectionOrBuilderpublic int getQuotesCount()
repeated .edu.stanford.nlp.pipeline.Quote quotes = 6;getQuotesCount in interface CoreNLPProtos.SectionOrBuilderpublic CoreNLPProtos.Quote getQuotes(int index)
repeated .edu.stanford.nlp.pipeline.Quote quotes = 6;getQuotes in interface CoreNLPProtos.SectionOrBuilderpublic CoreNLPProtos.QuoteOrBuilder getQuotesOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Quote quotes = 6;getQuotesOrBuilder in interface CoreNLPProtos.SectionOrBuilderpublic boolean hasAuthorCharBegin()
optional uint32 authorCharBegin = 7;hasAuthorCharBegin in interface CoreNLPProtos.SectionOrBuilderpublic int getAuthorCharBegin()
optional uint32 authorCharBegin = 7;getAuthorCharBegin in interface CoreNLPProtos.SectionOrBuilderpublic boolean hasAuthorCharEnd()
optional uint32 authorCharEnd = 8;hasAuthorCharEnd in interface CoreNLPProtos.SectionOrBuilderpublic int getAuthorCharEnd()
optional uint32 authorCharEnd = 8;getAuthorCharEnd in interface CoreNLPProtos.SectionOrBuilderpublic boolean hasXmlTag()
required .edu.stanford.nlp.pipeline.Token xmlTag = 9;hasXmlTag in interface CoreNLPProtos.SectionOrBuilderpublic CoreNLPProtos.Token getXmlTag()
required .edu.stanford.nlp.pipeline.Token xmlTag = 9;getXmlTag in interface CoreNLPProtos.SectionOrBuilderpublic CoreNLPProtos.TokenOrBuilder getXmlTagOrBuilder()
required .edu.stanford.nlp.pipeline.Token xmlTag = 9;getXmlTagOrBuilder in interface CoreNLPProtos.SectionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CoreNLPProtos.Section parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.Section parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.Section parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.Section parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.Section parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.Section parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.Section parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CoreNLPProtos.Section parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CoreNLPProtos.Section parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CoreNLPProtos.Section parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CoreNLPProtos.Section parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CoreNLPProtos.Section parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic CoreNLPProtos.Section.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CoreNLPProtos.Section.Builder newBuilder()
public static CoreNLPProtos.Section.Builder newBuilder(CoreNLPProtos.Section prototype)
public CoreNLPProtos.Section.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CoreNLPProtos.Section.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CoreNLPProtos.Section getDefaultInstance()
public static com.google.protobuf.Parser<CoreNLPProtos.Section> parser()
public com.google.protobuf.Parser<CoreNLPProtos.Section> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CoreNLPProtos.Section getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder