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 |
---|---|
AnalyzeSentimentResponse |
LanguageServiceGrpc.LanguageServiceBlockingStub.analyzeSentiment(AnalyzeSentimentRequest request)
Analyzes the sentiment of the provided text.
|
AnalyzeSentimentResponse |
LanguageServiceClient.analyzeSentiment(AnalyzeSentimentRequest request)
Analyzes the sentiment of the provided text.
|
AnalyzeSentimentResponse |
LanguageServiceClient.analyzeSentiment(Document document)
Analyzes the sentiment of the provided text.
|
AnalyzeSentimentResponse |
LanguageServiceClient.analyzeSentiment(Document document,
EncodingType encodingType)
Analyzes the sentiment of the provided text.
|
AnalyzeSentimentResponse |
AnalyzeSentimentResponse.Builder.build() |
AnalyzeSentimentResponse |
AnalyzeSentimentResponse.Builder.buildPartial() |
static AnalyzeSentimentResponse |
AnalyzeSentimentResponse.getDefaultInstance() |
AnalyzeSentimentResponse |
AnalyzeSentimentResponse.getDefaultInstanceForType() |
AnalyzeSentimentResponse |
AnalyzeSentimentResponse.Builder.getDefaultInstanceForType() |
static AnalyzeSentimentResponse |
AnalyzeSentimentResponse.parseDelimitedFrom(InputStream input) |
static AnalyzeSentimentResponse |
AnalyzeSentimentResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeSentimentResponse |
AnalyzeSentimentResponse.parseFrom(byte[] data) |
static AnalyzeSentimentResponse |
AnalyzeSentimentResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeSentimentResponse |
AnalyzeSentimentResponse.parseFrom(ByteBuffer data) |
static AnalyzeSentimentResponse |
AnalyzeSentimentResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeSentimentResponse |
AnalyzeSentimentResponse.parseFrom(ByteString data) |
static AnalyzeSentimentResponse |
AnalyzeSentimentResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeSentimentResponse |
AnalyzeSentimentResponse.parseFrom(CodedInputStream input) |
static AnalyzeSentimentResponse |
AnalyzeSentimentResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeSentimentResponse |
AnalyzeSentimentResponse.parseFrom(InputStream input) |
static AnalyzeSentimentResponse |
AnalyzeSentimentResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AnalyzeSentimentResponse> |
LanguageServiceGrpc.LanguageServiceFutureStub.analyzeSentiment(AnalyzeSentimentRequest request)
Analyzes the sentiment of the provided text.
|
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<AnalyzeSentimentResponse> |
AnalyzeSentimentResponse.getParserForType() |
static Parser<AnalyzeSentimentResponse> |
AnalyzeSentimentResponse.parser() |
Modifier and Type | Method and Description |
---|---|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.mergeFrom(AnalyzeSentimentResponse other) |
static AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.newBuilder(AnalyzeSentimentResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.
|
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.