| 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 |
SentimentAnalysisResult.getQueryTextSentiment()
The sentiment analysis result for `query_text`.
|
Sentiment |
SentimentAnalysisResult.Builder.getQueryTextSentiment()
The sentiment analysis result for `query_text`.
|
Sentiment |
SentimentAnalysisResultOrBuilder.getQueryTextSentiment()
The sentiment analysis result for `query_text`.
|
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 |
|---|---|
Sentiment.Builder |
Sentiment.Builder.mergeFrom(Sentiment other) |
SentimentAnalysisResult.Builder |
SentimentAnalysisResult.Builder.mergeQueryTextSentiment(Sentiment value)
The sentiment analysis result for `query_text`.
|
static Sentiment.Builder |
Sentiment.newBuilder(Sentiment prototype) |
SentimentAnalysisResult.Builder |
SentimentAnalysisResult.Builder.setQueryTextSentiment(Sentiment value)
The sentiment analysis result for `query_text`.
|
Copyright © 2023 Google LLC. All rights reserved.