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<AnnotateTextRequest,AnnotateTextResponse> |
LanguageServiceClient.annotateTextCallable()
A convenience method that provides all the features that analyzeSentiment, analyzeEntities, and
analyzeSyntax provide in one call.
|
UnaryCallSettings<AnnotateTextRequest,AnnotateTextResponse> |
LanguageServiceSettings.annotateTextSettings()
Returns the object with the settings used for calls to annotateText.
|
UnaryCallSettings.Builder<AnnotateTextRequest,AnnotateTextResponse> |
LanguageServiceSettings.Builder.annotateTextSettings()
Returns the builder for the settings used for calls to annotateText.
|
static MethodDescriptor<AnnotateTextRequest,AnnotateTextResponse> |
LanguageServiceGrpc.getAnnotateTextMethod() |
Parser<AnnotateTextRequest> |
AnnotateTextRequest.getParserForType() |
static Parser<AnnotateTextRequest> |
AnnotateTextRequest.parser() |
Modifier and Type | Method and Description |
---|---|
AnnotateTextResponse |
LanguageServiceGrpc.LanguageServiceBlockingStub.annotateText(AnnotateTextRequest request)
A convenience method that provides all the features that analyzeSentiment,
analyzeEntities, and analyzeSyntax provide in one call.
|
com.google.common.util.concurrent.ListenableFuture<AnnotateTextResponse> |
LanguageServiceGrpc.LanguageServiceFutureStub.annotateText(AnnotateTextRequest request)
A convenience method that provides all the features that analyzeSentiment,
analyzeEntities, and analyzeSyntax provide in one call.
|
AnnotateTextResponse |
LanguageServiceClient.annotateText(AnnotateTextRequest request)
A convenience method that provides all the features that analyzeSentiment, analyzeEntities, and
analyzeSyntax provide in one call.
|
void |
LanguageServiceGrpc.LanguageServiceImplBase.annotateText(AnnotateTextRequest request,
StreamObserver<AnnotateTextResponse> responseObserver)
A convenience method that provides all the features that analyzeSentiment,
analyzeEntities, and analyzeSyntax provide in one call.
|
void |
LanguageServiceGrpc.LanguageServiceStub.annotateText(AnnotateTextRequest request,
StreamObserver<AnnotateTextResponse> responseObserver)
A convenience method that provides all the features that analyzeSentiment,
analyzeEntities, and analyzeSyntax provide in one call.
|
AnnotateTextRequest.Builder |
AnnotateTextRequest.Builder.mergeFrom(AnnotateTextRequest other) |
static AnnotateTextRequest.Builder |
AnnotateTextRequest.newBuilder(AnnotateTextRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<AnnotateTextRequest,AnnotateTextResponse> |
LanguageServiceStub.annotateTextCallable() |
UnaryCallable<AnnotateTextRequest,AnnotateTextResponse> |
GrpcLanguageServiceStub.annotateTextCallable() |
UnaryCallable<AnnotateTextRequest,AnnotateTextResponse> |
HttpJsonLanguageServiceStub.annotateTextCallable() |
UnaryCallSettings<AnnotateTextRequest,AnnotateTextResponse> |
LanguageServiceStubSettings.annotateTextSettings()
Returns the object with the settings used for calls to annotateText.
|
UnaryCallSettings.Builder<AnnotateTextRequest,AnnotateTextResponse> |
LanguageServiceStubSettings.Builder.annotateTextSettings()
Returns the builder for the settings used for calls to annotateText.
|
Copyright © 2022 Google LLC. All rights reserved.