Package | Description |
---|---|
com.google.cloud.language.v1 |
A client to Cloud Natural Language API
|
com.google.cloud.language.v1.stub |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse> |
LanguageServiceClient.analyzeSentimentCallable()
Analyzes the sentiment of the provided text.
|
UnaryCallSettings<AnalyzeSentimentRequest,AnalyzeSentimentResponse> |
LanguageServiceSettings.analyzeSentimentSettings()
Returns the object with the settings used for calls to analyzeSentiment.
|
UnaryCallSettings.Builder<AnalyzeSentimentRequest,AnalyzeSentimentResponse> |
LanguageServiceSettings.Builder.analyzeSentimentSettings()
Returns the builder for the settings used for calls to analyzeSentiment.
|
static MethodDescriptor<AnalyzeSentimentRequest,AnalyzeSentimentResponse> |
LanguageServiceGrpc.getAnalyzeSentimentMethod() |
Parser<AnalyzeSentimentRequest> |
AnalyzeSentimentRequest.getParserForType() |
static Parser<AnalyzeSentimentRequest> |
AnalyzeSentimentRequest.parser() |
Modifier and Type | Method and Description |
---|---|
AnalyzeSentimentResponse |
LanguageServiceGrpc.LanguageServiceBlockingStub.analyzeSentiment(AnalyzeSentimentRequest request)
Analyzes the sentiment of the provided text.
|
com.google.common.util.concurrent.ListenableFuture<AnalyzeSentimentResponse> |
LanguageServiceGrpc.LanguageServiceFutureStub.analyzeSentiment(AnalyzeSentimentRequest request)
Analyzes the sentiment of the provided text.
|
AnalyzeSentimentResponse |
LanguageServiceClient.analyzeSentiment(AnalyzeSentimentRequest request)
Analyzes the sentiment of the provided text.
|
void |
LanguageServiceGrpc.LanguageServiceImplBase.analyzeSentiment(AnalyzeSentimentRequest request,
StreamObserver<AnalyzeSentimentResponse> responseObserver)
Analyzes the sentiment of the provided text.
|
void |
LanguageServiceGrpc.LanguageServiceStub.analyzeSentiment(AnalyzeSentimentRequest request,
StreamObserver<AnalyzeSentimentResponse> responseObserver)
Analyzes the sentiment of the provided text.
|
AnalyzeSentimentRequest.Builder |
AnalyzeSentimentRequest.Builder.mergeFrom(AnalyzeSentimentRequest other) |
static AnalyzeSentimentRequest.Builder |
AnalyzeSentimentRequest.newBuilder(AnalyzeSentimentRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse> |
LanguageServiceStub.analyzeSentimentCallable() |
UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse> |
GrpcLanguageServiceStub.analyzeSentimentCallable() |
UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse> |
HttpJsonLanguageServiceStub.analyzeSentimentCallable() |
UnaryCallSettings<AnalyzeSentimentRequest,AnalyzeSentimentResponse> |
LanguageServiceStubSettings.analyzeSentimentSettings()
Returns the object with the settings used for calls to analyzeSentiment.
|
UnaryCallSettings.Builder<AnalyzeSentimentRequest,AnalyzeSentimentResponse> |
LanguageServiceStubSettings.Builder.analyzeSentimentSettings()
Returns the builder for the settings used for calls to analyzeSentiment.
|
Copyright © 2022 Google LLC. All rights reserved.