| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate |
Provides translation between one source language and another of the same set of languages.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeTextTranslationJobResponse |
TranslateClient.describeTextTranslationJob(Consumer<DescribeTextTranslationJobRequest.Builder> describeTextTranslationJobRequest)
Gets the properties associated with an asynchronous batch translation job including name, ID, status, source and
target languages, input/output S3 buckets, and so on.
|
default DescribeTextTranslationJobResponse |
TranslateClient.describeTextTranslationJob(DescribeTextTranslationJobRequest describeTextTranslationJobRequest)
Gets the properties associated with an asynchronous batch translation job including name, ID, status, source and
target languages, input/output S3 buckets, and so on.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeTextTranslationJobResponse> |
TranslateAsyncClient.describeTextTranslationJob(Consumer<DescribeTextTranslationJobRequest.Builder> describeTextTranslationJobRequest)
Gets the properties associated with an asynchronous batch translation job including name, ID, status, source and
target languages, input/output S3 buckets, and so on.
|
default CompletableFuture<DescribeTextTranslationJobResponse> |
TranslateAsyncClient.describeTextTranslationJob(DescribeTextTranslationJobRequest describeTextTranslationJobRequest)
Gets the properties associated with an asynchronous batch translation job including name, ID, status, source and
target languages, input/output S3 buckets, and so on.
|
Copyright © 2022. All rights reserved.