| Modifier and Type | Method and Description |
|---|---|
SentimentAnalysisResult |
SentimentAnalysisResult.Builder.build() |
SentimentAnalysisResult |
SentimentAnalysisResult.Builder.buildPartial() |
static SentimentAnalysisResult |
SentimentAnalysisResult.getDefaultInstance() |
SentimentAnalysisResult |
SentimentAnalysisResult.getDefaultInstanceForType() |
SentimentAnalysisResult |
SentimentAnalysisResult.Builder.getDefaultInstanceForType() |
SentimentAnalysisResult |
QueryResult.getSentimentAnalysisResult()
The sentiment analysis result, which depends on the
`sentiment_analysis_request_config` specified in the request.
|
SentimentAnalysisResult |
QueryResult.Builder.getSentimentAnalysisResult()
The sentiment analysis result, which depends on the
`sentiment_analysis_request_config` specified in the request.
|
SentimentAnalysisResult |
QueryResultOrBuilder.getSentimentAnalysisResult()
The sentiment analysis result, which depends on the
`sentiment_analysis_request_config` specified in the request.
|
static SentimentAnalysisResult |
SentimentAnalysisResult.parseDelimitedFrom(InputStream input) |
static SentimentAnalysisResult |
SentimentAnalysisResult.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SentimentAnalysisResult |
SentimentAnalysisResult.parseFrom(byte[] data) |
static SentimentAnalysisResult |
SentimentAnalysisResult.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SentimentAnalysisResult |
SentimentAnalysisResult.parseFrom(ByteBuffer data) |
static SentimentAnalysisResult |
SentimentAnalysisResult.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SentimentAnalysisResult |
SentimentAnalysisResult.parseFrom(com.google.protobuf.ByteString data) |
static SentimentAnalysisResult |
SentimentAnalysisResult.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SentimentAnalysisResult |
SentimentAnalysisResult.parseFrom(com.google.protobuf.CodedInputStream input) |
static SentimentAnalysisResult |
SentimentAnalysisResult.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SentimentAnalysisResult |
SentimentAnalysisResult.parseFrom(InputStream input) |
static SentimentAnalysisResult |
SentimentAnalysisResult.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SentimentAnalysisResult> |
SentimentAnalysisResult.getParserForType() |
static com.google.protobuf.Parser<SentimentAnalysisResult> |
SentimentAnalysisResult.parser() |
| Modifier and Type | Method and Description |
|---|---|
SentimentAnalysisResult.Builder |
SentimentAnalysisResult.Builder.mergeFrom(SentimentAnalysisResult other) |
QueryResult.Builder |
QueryResult.Builder.mergeSentimentAnalysisResult(SentimentAnalysisResult value)
The sentiment analysis result, which depends on the
`sentiment_analysis_request_config` specified in the request.
|
static SentimentAnalysisResult.Builder |
SentimentAnalysisResult.newBuilder(SentimentAnalysisResult prototype) |
QueryResult.Builder |
QueryResult.Builder.setSentimentAnalysisResult(SentimentAnalysisResult value)
The sentiment analysis result, which depends on the
`sentiment_analysis_request_config` specified in the request.
|
Copyright © 2019 Google LLC. All rights reserved.