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 |
---|---|
AnnotateTextResponse |
LanguageServiceGrpc.LanguageServiceBlockingStub.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.
|
AnnotateTextResponse |
LanguageServiceClient.annotateText(Document document,
AnnotateTextRequest.Features features)
A convenience method that provides all the features that analyzeSentiment, analyzeEntities, and
analyzeSyntax provide in one call.
|
AnnotateTextResponse |
LanguageServiceClient.annotateText(Document document,
AnnotateTextRequest.Features features,
EncodingType encodingType)
A convenience method that provides all the features that analyzeSentiment, analyzeEntities, and
analyzeSyntax provide in one call.
|
AnnotateTextResponse |
AnnotateTextResponse.Builder.build() |
AnnotateTextResponse |
AnnotateTextResponse.Builder.buildPartial() |
static AnnotateTextResponse |
AnnotateTextResponse.getDefaultInstance() |
AnnotateTextResponse |
AnnotateTextResponse.getDefaultInstanceForType() |
AnnotateTextResponse |
AnnotateTextResponse.Builder.getDefaultInstanceForType() |
static AnnotateTextResponse |
AnnotateTextResponse.parseDelimitedFrom(InputStream input) |
static AnnotateTextResponse |
AnnotateTextResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnnotateTextResponse |
AnnotateTextResponse.parseFrom(byte[] data) |
static AnnotateTextResponse |
AnnotateTextResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static AnnotateTextResponse |
AnnotateTextResponse.parseFrom(ByteBuffer data) |
static AnnotateTextResponse |
AnnotateTextResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static AnnotateTextResponse |
AnnotateTextResponse.parseFrom(ByteString data) |
static AnnotateTextResponse |
AnnotateTextResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static AnnotateTextResponse |
AnnotateTextResponse.parseFrom(CodedInputStream input) |
static AnnotateTextResponse |
AnnotateTextResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnnotateTextResponse |
AnnotateTextResponse.parseFrom(InputStream input) |
static AnnotateTextResponse |
AnnotateTextResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
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.
|
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<AnnotateTextResponse> |
AnnotateTextResponse.getParserForType() |
static Parser<AnnotateTextResponse> |
AnnotateTextResponse.parser() |
Modifier and Type | Method and Description |
---|---|
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.mergeFrom(AnnotateTextResponse other) |
static AnnotateTextResponse.Builder |
AnnotateTextResponse.newBuilder(AnnotateTextResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.
|
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.