Package | Description |
---|---|
com.google.cloud.translate.v3beta1 |
A client to Cloud Translation API
|
com.google.cloud.translate.v3beta1.stub |
Modifier and Type | Method and Description |
---|---|
DetectLanguageResponse |
DetectLanguageResponse.Builder.build() |
DetectLanguageResponse |
DetectLanguageResponse.Builder.buildPartial() |
DetectLanguageResponse |
TranslationServiceGrpc.TranslationServiceBlockingStub.detectLanguage(DetectLanguageRequest request)
Detects the language of text within a request.
|
DetectLanguageResponse |
TranslationServiceClient.detectLanguage(DetectLanguageRequest request)
Detects the language of text within a request.
|
DetectLanguageResponse |
TranslationServiceClient.detectLanguage(LocationName parent,
String model,
String mimeType)
Detects the language of text within a request.
|
DetectLanguageResponse |
TranslationServiceClient.detectLanguage(String parent,
String model,
String mimeType)
Detects the language of text within a request.
|
static DetectLanguageResponse |
DetectLanguageResponse.getDefaultInstance() |
DetectLanguageResponse |
DetectLanguageResponse.getDefaultInstanceForType() |
DetectLanguageResponse |
DetectLanguageResponse.Builder.getDefaultInstanceForType() |
static DetectLanguageResponse |
DetectLanguageResponse.parseDelimitedFrom(InputStream input) |
static DetectLanguageResponse |
DetectLanguageResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static DetectLanguageResponse |
DetectLanguageResponse.parseFrom(byte[] data) |
static DetectLanguageResponse |
DetectLanguageResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static DetectLanguageResponse |
DetectLanguageResponse.parseFrom(ByteBuffer data) |
static DetectLanguageResponse |
DetectLanguageResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static DetectLanguageResponse |
DetectLanguageResponse.parseFrom(ByteString data) |
static DetectLanguageResponse |
DetectLanguageResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static DetectLanguageResponse |
DetectLanguageResponse.parseFrom(CodedInputStream input) |
static DetectLanguageResponse |
DetectLanguageResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static DetectLanguageResponse |
DetectLanguageResponse.parseFrom(InputStream input) |
static DetectLanguageResponse |
DetectLanguageResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<DetectLanguageResponse> |
TranslationServiceGrpc.TranslationServiceFutureStub.detectLanguage(DetectLanguageRequest request)
Detects the language of text within a request.
|
UnaryCallable<DetectLanguageRequest,DetectLanguageResponse> |
TranslationServiceClient.detectLanguageCallable()
Detects the language of text within a request.
|
UnaryCallSettings<DetectLanguageRequest,DetectLanguageResponse> |
TranslationServiceSettings.detectLanguageSettings()
Returns the object with the settings used for calls to detectLanguage.
|
UnaryCallSettings.Builder<DetectLanguageRequest,DetectLanguageResponse> |
TranslationServiceSettings.Builder.detectLanguageSettings()
Returns the builder for the settings used for calls to detectLanguage.
|
static MethodDescriptor<DetectLanguageRequest,DetectLanguageResponse> |
TranslationServiceGrpc.getDetectLanguageMethod() |
Parser<DetectLanguageResponse> |
DetectLanguageResponse.getParserForType() |
static Parser<DetectLanguageResponse> |
DetectLanguageResponse.parser() |
Modifier and Type | Method and Description |
---|---|
DetectLanguageResponse.Builder |
DetectLanguageResponse.Builder.mergeFrom(DetectLanguageResponse other) |
static DetectLanguageResponse.Builder |
DetectLanguageResponse.newBuilder(DetectLanguageResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
TranslationServiceGrpc.TranslationServiceImplBase.detectLanguage(DetectLanguageRequest request,
StreamObserver<DetectLanguageResponse> responseObserver)
Detects the language of text within a request.
|
void |
TranslationServiceGrpc.TranslationServiceStub.detectLanguage(DetectLanguageRequest request,
StreamObserver<DetectLanguageResponse> responseObserver)
Detects the language of text within a request.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<DetectLanguageRequest,DetectLanguageResponse> |
TranslationServiceStub.detectLanguageCallable() |
UnaryCallable<DetectLanguageRequest,DetectLanguageResponse> |
GrpcTranslationServiceStub.detectLanguageCallable() |
UnaryCallable<DetectLanguageRequest,DetectLanguageResponse> |
HttpJsonTranslationServiceStub.detectLanguageCallable() |
UnaryCallSettings<DetectLanguageRequest,DetectLanguageResponse> |
TranslationServiceStubSettings.detectLanguageSettings()
Returns the object with the settings used for calls to detectLanguage.
|
UnaryCallSettings.Builder<DetectLanguageRequest,DetectLanguageResponse> |
TranslationServiceStubSettings.Builder.detectLanguageSettings()
Returns the builder for the settings used for calls to detectLanguage.
|
Copyright © 2022 Google LLC. All rights reserved.