| Package | Description |
|---|---|
| com.amazonaws.services.translate |
Provides translation of the input content from the source language to the target language.
|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
GetParallelDataResult |
AmazonTranslateClient.getParallelData(GetParallelDataRequest request)
Provides information about a parallel data resource.
|
GetParallelDataResult |
AbstractAmazonTranslate.getParallelData(GetParallelDataRequest request) |
GetParallelDataResult |
AmazonTranslate.getParallelData(GetParallelDataRequest getParallelDataRequest)
Provides information about a parallel data resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetParallelDataResult> |
AmazonTranslateAsyncClient.getParallelDataAsync(GetParallelDataRequest request,
AsyncHandler<GetParallelDataRequest,GetParallelDataResult> asyncHandler) |
Future<GetParallelDataResult> |
AbstractAmazonTranslateAsync.getParallelDataAsync(GetParallelDataRequest request,
AsyncHandler<GetParallelDataRequest,GetParallelDataResult> asyncHandler) |
Future<GetParallelDataResult> |
AmazonTranslateAsync.getParallelDataAsync(GetParallelDataRequest getParallelDataRequest,
AsyncHandler<GetParallelDataRequest,GetParallelDataResult> asyncHandler)
Provides information about a parallel data resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetParallelDataResult |
GetParallelDataResult.clone() |
GetParallelDataResult |
GetParallelDataResult.withAuxiliaryDataLocation(ParallelDataDataLocation auxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
GetParallelDataResult |
GetParallelDataResult.withDataLocation(ParallelDataDataLocation dataLocation)
The Amazon S3 location of the most recent parallel data input file that was successfully imported into Amazon
Translate.
|
GetParallelDataResult |
GetParallelDataResult.withLatestUpdateAttemptAuxiliaryDataLocation(ParallelDataDataLocation latestUpdateAttemptAuxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
GetParallelDataResult |
GetParallelDataResult.withParallelDataProperties(ParallelDataProperties parallelDataProperties)
The properties of the parallel data resource that is being retrieved.
|
Copyright © 2024. All rights reserved.