| Modifier and Type | Method and Description |
|---|---|
Sentiment |
Sentiment.Builder.build() |
Sentiment |
Sentiment.Builder.buildPartial() |
static Sentiment |
Sentiment.getDefaultInstance() |
Sentiment |
Sentiment.getDefaultInstanceForType() |
Sentiment |
Sentiment.Builder.getDefaultInstanceForType() |
Sentiment |
AnalyzeSentimentResponse.getDocumentSentiment()
The overall sentiment of the input document.
|
Sentiment |
AnalyzeSentimentResponse.Builder.getDocumentSentiment()
The overall sentiment of the input document.
|
Sentiment |
AnnotateTextResponse.getDocumentSentiment()
The overall sentiment for the document.
|
Sentiment |
AnnotateTextResponse.Builder.getDocumentSentiment()
The overall sentiment for the document.
|
Sentiment |
AnalyzeSentimentResponseOrBuilder.getDocumentSentiment()
The overall sentiment of the input document.
|
Sentiment |
AnnotateTextResponseOrBuilder.getDocumentSentiment()
The overall sentiment for the document.
|
Sentiment |
Entity.getSentiment()
For calls to [AnalyzeEntitySentiment][] or if
[AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
true, this field will contain the aggregate sentiment expressed for this
entity in the provided document.
|
Sentiment |
Entity.Builder.getSentiment()
For calls to [AnalyzeEntitySentiment][] or if
[AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
true, this field will contain the aggregate sentiment expressed for this
entity in the provided document.
|
Sentiment |
EntityMention.getSentiment()
For calls to [AnalyzeEntitySentiment][] or if
[AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
true, this field will contain the sentiment expressed for this mention of
the entity in the provided document.
|
Sentiment |
EntityMention.Builder.getSentiment()
For calls to [AnalyzeEntitySentiment][] or if
[AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
true, this field will contain the sentiment expressed for this mention of
the entity in the provided document.
|
Sentiment |
EntityMentionOrBuilder.getSentiment()
For calls to [AnalyzeEntitySentiment][] or if
[AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
true, this field will contain the sentiment expressed for this mention of
the entity in the provided document.
|
Sentiment |
SentenceOrBuilder.getSentiment()
For calls to [AnalyzeSentiment][] or if
[AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
true, this field will contain the sentiment for the sentence.
|
Sentiment |
EntityOrBuilder.getSentiment()
For calls to [AnalyzeEntitySentiment][] or if
[AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
true, this field will contain the aggregate sentiment expressed for this
entity in the provided document.
|
Sentiment |
Sentence.getSentiment()
For calls to [AnalyzeSentiment][] or if
[AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
true, this field will contain the sentiment for the sentence.
|
Sentiment |
Sentence.Builder.getSentiment()
For calls to [AnalyzeSentiment][] or if
[AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
true, this field will contain the sentiment for the sentence.
|
static Sentiment |
Sentiment.parseDelimitedFrom(InputStream input) |
static Sentiment |
Sentiment.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Sentiment |
Sentiment.parseFrom(byte[] data) |
static Sentiment |
Sentiment.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Sentiment |
Sentiment.parseFrom(ByteBuffer data) |
static Sentiment |
Sentiment.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Sentiment |
Sentiment.parseFrom(com.google.protobuf.ByteString data) |
static Sentiment |
Sentiment.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Sentiment |
Sentiment.parseFrom(com.google.protobuf.CodedInputStream input) |
static Sentiment |
Sentiment.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Sentiment |
Sentiment.parseFrom(InputStream input) |
static Sentiment |
Sentiment.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Sentiment> |
Sentiment.getParserForType() |
static com.google.protobuf.Parser<Sentiment> |
Sentiment.parser() |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.mergeDocumentSentiment(Sentiment value)
The overall sentiment of the input document.
|
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.mergeDocumentSentiment(Sentiment value)
The overall sentiment for the document.
|
Sentiment.Builder |
Sentiment.Builder.mergeFrom(Sentiment other) |
Entity.Builder |
Entity.Builder.mergeSentiment(Sentiment value)
For calls to [AnalyzeEntitySentiment][] or if
[AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
true, this field will contain the aggregate sentiment expressed for this
entity in the provided document.
|
EntityMention.Builder |
EntityMention.Builder.mergeSentiment(Sentiment value)
For calls to [AnalyzeEntitySentiment][] or if
[AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
true, this field will contain the sentiment expressed for this mention of
the entity in the provided document.
|
Sentence.Builder |
Sentence.Builder.mergeSentiment(Sentiment value)
For calls to [AnalyzeSentiment][] or if
[AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
true, this field will contain the sentiment for the sentence.
|
static Sentiment.Builder |
Sentiment.newBuilder(Sentiment prototype) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setDocumentSentiment(Sentiment value)
The overall sentiment of the input document.
|
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.setDocumentSentiment(Sentiment value)
The overall sentiment for the document.
|
Entity.Builder |
Entity.Builder.setSentiment(Sentiment value)
For calls to [AnalyzeEntitySentiment][] or if
[AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
true, this field will contain the aggregate sentiment expressed for this
entity in the provided document.
|
EntityMention.Builder |
EntityMention.Builder.setSentiment(Sentiment value)
For calls to [AnalyzeEntitySentiment][] or if
[AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
true, this field will contain the sentiment expressed for this mention of
the entity in the provided document.
|
Sentence.Builder |
Sentence.Builder.setSentiment(Sentiment value)
For calls to [AnalyzeSentiment][] or if
[AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
true, this field will contain the sentiment for the sentence.
|
Copyright © 2018 Google LLC. All rights reserved.