Package | Description |
---|---|
com.google.cloud.language.v1 |
A client to Cloud Natural Language API
|
Modifier and Type | Class and Description |
---|---|
class |
Sentiment
Represents the feeling associated with the entire text or entities in
the text.
|
static class |
Sentiment.Builder
Represents the feeling associated with the entire text or entities in
the text.
|
Modifier and Type | Method and Description |
---|---|
SentimentOrBuilder |
AnnotateTextResponse.getDocumentSentimentOrBuilder()
The overall sentiment for the document.
|
SentimentOrBuilder |
AnnotateTextResponse.Builder.getDocumentSentimentOrBuilder()
The overall sentiment for the document.
|
SentimentOrBuilder |
AnnotateTextResponseOrBuilder.getDocumentSentimentOrBuilder()
The overall sentiment for the document.
|
SentimentOrBuilder |
AnalyzeSentimentResponseOrBuilder.getDocumentSentimentOrBuilder()
The overall sentiment of the input document.
|
SentimentOrBuilder |
AnalyzeSentimentResponse.getDocumentSentimentOrBuilder()
The overall sentiment of the input document.
|
SentimentOrBuilder |
AnalyzeSentimentResponse.Builder.getDocumentSentimentOrBuilder()
The overall sentiment of the input document.
|
SentimentOrBuilder |
EntityMention.getSentimentOrBuilder()
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.
|
SentimentOrBuilder |
EntityMention.Builder.getSentimentOrBuilder()
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.
|
SentimentOrBuilder |
Sentence.getSentimentOrBuilder()
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.
|
SentimentOrBuilder |
Sentence.Builder.getSentimentOrBuilder()
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.
|
SentimentOrBuilder |
EntityOrBuilder.getSentimentOrBuilder()
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.
|
SentimentOrBuilder |
SentenceOrBuilder.getSentimentOrBuilder()
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.
|
SentimentOrBuilder |
Entity.getSentimentOrBuilder()
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.
|
SentimentOrBuilder |
Entity.Builder.getSentimentOrBuilder()
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.
|
SentimentOrBuilder |
EntityMentionOrBuilder.getSentimentOrBuilder()
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.
|
Copyright © 2022 Google LLC. All rights reserved.