public static interface CoreNLPProtos.ParseTreeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CoreNLPProtos.ParseTree |
getChild(int index)
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1; |
int |
getChildCount()
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1; |
java.util.List<CoreNLPProtos.ParseTree> |
getChildList()
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1; |
CoreNLPProtos.ParseTreeOrBuilder |
getChildOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1; |
java.util.List<? extends CoreNLPProtos.ParseTreeOrBuilder> |
getChildOrBuilderList()
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1; |
double |
getScore()
optional double score = 5; |
CoreNLPProtos.Sentiment |
getSentiment()
optional .edu.stanford.nlp.pipeline.Sentiment sentiment = 6; |
java.lang.String |
getValue()
optional string value = 2; |
com.google.protobuf.ByteString |
getValueBytes()
optional string value = 2; |
int |
getYieldBeginIndex()
optional uint32 yieldBeginIndex = 3; |
int |
getYieldEndIndex()
optional uint32 yieldEndIndex = 4; |
boolean |
hasScore()
optional double score = 5; |
boolean |
hasSentiment()
optional .edu.stanford.nlp.pipeline.Sentiment sentiment = 6; |
boolean |
hasValue()
optional string value = 2; |
boolean |
hasYieldBeginIndex()
optional uint32 yieldBeginIndex = 3; |
boolean |
hasYieldEndIndex()
optional uint32 yieldEndIndex = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<CoreNLPProtos.ParseTree> getChildList()
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;CoreNLPProtos.ParseTree getChild(int index)
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;int getChildCount()
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;java.util.List<? extends CoreNLPProtos.ParseTreeOrBuilder> getChildOrBuilderList()
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;CoreNLPProtos.ParseTreeOrBuilder getChildOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;boolean hasValue()
optional string value = 2;java.lang.String getValue()
optional string value = 2;com.google.protobuf.ByteString getValueBytes()
optional string value = 2;boolean hasYieldBeginIndex()
optional uint32 yieldBeginIndex = 3;int getYieldBeginIndex()
optional uint32 yieldBeginIndex = 3;boolean hasYieldEndIndex()
optional uint32 yieldEndIndex = 4;int getYieldEndIndex()
optional uint32 yieldEndIndex = 4;boolean hasScore()
optional double score = 5;double getScore()
optional double score = 5;boolean hasSentiment()
optional .edu.stanford.nlp.pipeline.Sentiment sentiment = 6;CoreNLPProtos.Sentiment getSentiment()
optional .edu.stanford.nlp.pipeline.Sentiment sentiment = 6;