Package | Description |
---|---|
com.google.cloud.language.v1beta2 |
A client to Cloud Natural Language API
|
com.google.cloud.language.v1beta2.stub |
Modifier and Type | Method and Description |
---|---|
ClassifyTextResponse |
ClassifyTextResponse.Builder.build() |
ClassifyTextResponse |
ClassifyTextResponse.Builder.buildPartial() |
ClassifyTextResponse |
LanguageServiceGrpc.LanguageServiceBlockingStub.classifyText(ClassifyTextRequest request)
Classifies a document into categories.
|
ClassifyTextResponse |
LanguageServiceClient.classifyText(ClassifyTextRequest request)
Classifies a document into categories.
|
ClassifyTextResponse |
LanguageServiceClient.classifyText(Document document)
Classifies a document into categories.
|
static ClassifyTextResponse |
ClassifyTextResponse.getDefaultInstance() |
ClassifyTextResponse |
ClassifyTextResponse.getDefaultInstanceForType() |
ClassifyTextResponse |
ClassifyTextResponse.Builder.getDefaultInstanceForType() |
static ClassifyTextResponse |
ClassifyTextResponse.parseDelimitedFrom(InputStream input) |
static ClassifyTextResponse |
ClassifyTextResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ClassifyTextResponse |
ClassifyTextResponse.parseFrom(byte[] data) |
static ClassifyTextResponse |
ClassifyTextResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ClassifyTextResponse |
ClassifyTextResponse.parseFrom(ByteBuffer data) |
static ClassifyTextResponse |
ClassifyTextResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ClassifyTextResponse |
ClassifyTextResponse.parseFrom(ByteString data) |
static ClassifyTextResponse |
ClassifyTextResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ClassifyTextResponse |
ClassifyTextResponse.parseFrom(CodedInputStream input) |
static ClassifyTextResponse |
ClassifyTextResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ClassifyTextResponse |
ClassifyTextResponse.parseFrom(InputStream input) |
static ClassifyTextResponse |
ClassifyTextResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ClassifyTextResponse> |
LanguageServiceGrpc.LanguageServiceFutureStub.classifyText(ClassifyTextRequest request)
Classifies a document into categories.
|
UnaryCallable<ClassifyTextRequest,ClassifyTextResponse> |
LanguageServiceClient.classifyTextCallable()
Classifies a document into categories.
|
UnaryCallSettings<ClassifyTextRequest,ClassifyTextResponse> |
LanguageServiceSettings.classifyTextSettings()
Returns the object with the settings used for calls to classifyText.
|
UnaryCallSettings.Builder<ClassifyTextRequest,ClassifyTextResponse> |
LanguageServiceSettings.Builder.classifyTextSettings()
Returns the builder for the settings used for calls to classifyText.
|
static MethodDescriptor<ClassifyTextRequest,ClassifyTextResponse> |
LanguageServiceGrpc.getClassifyTextMethod() |
Parser<ClassifyTextResponse> |
ClassifyTextResponse.getParserForType() |
static Parser<ClassifyTextResponse> |
ClassifyTextResponse.parser() |
Modifier and Type | Method and Description |
---|---|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.mergeFrom(ClassifyTextResponse other) |
static ClassifyTextResponse.Builder |
ClassifyTextResponse.newBuilder(ClassifyTextResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
LanguageServiceGrpc.LanguageServiceImplBase.classifyText(ClassifyTextRequest request,
StreamObserver<ClassifyTextResponse> responseObserver)
Classifies a document into categories.
|
void |
LanguageServiceGrpc.LanguageServiceStub.classifyText(ClassifyTextRequest request,
StreamObserver<ClassifyTextResponse> responseObserver)
Classifies a document into categories.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ClassifyTextRequest,ClassifyTextResponse> |
LanguageServiceStub.classifyTextCallable() |
UnaryCallable<ClassifyTextRequest,ClassifyTextResponse> |
GrpcLanguageServiceStub.classifyTextCallable() |
UnaryCallable<ClassifyTextRequest,ClassifyTextResponse> |
HttpJsonLanguageServiceStub.classifyTextCallable() |
UnaryCallSettings<ClassifyTextRequest,ClassifyTextResponse> |
LanguageServiceStubSettings.classifyTextSettings()
Returns the object with the settings used for calls to classifyText.
|
UnaryCallSettings.Builder<ClassifyTextRequest,ClassifyTextResponse> |
LanguageServiceStubSettings.Builder.classifyTextSettings()
Returns the builder for the settings used for calls to classifyText.
|
Copyright © 2022 Google LLC. All rights reserved.