public final class Sentence extends GeneratedMessageV3 implements SentenceOrBuilder
Represents a sentence in the input document.
Protobuf type google.cloud.language.v1.Sentence
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
SENTIMENT_FIELD_NUMBER
public static final int SENTIMENT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TEXT_FIELD_NUMBER
public static final int TEXT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Sentence getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Sentence.Builder newBuilder()
newBuilder(Sentence prototype)
public static Sentence.Builder newBuilder(Sentence prototype)
Parameter |
---|
Name | Description |
prototype | Sentence
|
public static Sentence parseDelimitedFrom(InputStream input)
public static Sentence parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Sentence parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Sentence parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Sentence parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Sentence parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Sentence parseFrom(CodedInputStream input)
public static Sentence parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Sentence parseFrom(InputStream input)
public static Sentence parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Sentence parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Sentence parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Sentence> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public Sentence getDefaultInstanceForType()
getParserForType()
public Parser<Sentence> getParserForType()
Overrides
getSentiment()
public Sentiment getSentiment()
For calls to [AnalyzeSentiment][] or if
AnnotateTextRequest.Features.extract_document_sentiment
is set to true, this field will contain the sentiment for the sentence.
.google.cloud.language.v1.Sentiment sentiment = 2;
Returns |
---|
Type | Description |
Sentiment | The sentiment.
|
getSentimentOrBuilder()
public SentimentOrBuilder getSentimentOrBuilder()
For calls to [AnalyzeSentiment][] or if
AnnotateTextRequest.Features.extract_document_sentiment
is set to true, this field will contain the sentiment for the sentence.
.google.cloud.language.v1.Sentiment sentiment = 2;
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getText()
public TextSpan getText()
The sentence text.
.google.cloud.language.v1.TextSpan text = 1;
getTextOrBuilder()
public TextSpanOrBuilder getTextOrBuilder()
The sentence text.
.google.cloud.language.v1.TextSpan text = 1;
hasSentiment()
public boolean hasSentiment()
For calls to [AnalyzeSentiment][] or if
AnnotateTextRequest.Features.extract_document_sentiment
is set to true, this field will contain the sentiment for the sentence.
.google.cloud.language.v1.Sentiment sentiment = 2;
Returns |
---|
Type | Description |
boolean | Whether the sentiment field is set.
|
hasText()
The sentence text.
.google.cloud.language.v1.TextSpan text = 1;
Returns |
---|
Type | Description |
boolean | Whether the text field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Sentence.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Sentence.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Sentence.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides