| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig |
InputDataConfig.clone() |
InputDataConfig |
TextTranslationJobProperties.getInputDataConfig()
The input configuration properties that were specified when the job was requested.
|
InputDataConfig |
StartTextTranslationJobRequest.getInputDataConfig()
Specifies the format and S3 location of the input documents for the translation job.
|
InputDataConfig |
InputDataConfig.withContentType(String contentType)
Describes the format of the data that you submit to Amazon Translate as input.
|
InputDataConfig |
InputDataConfig.withS3Uri(String s3Uri)
The URI of the AWS S3 folder that contains the input file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextTranslationJobProperties.setInputDataConfig(InputDataConfig inputDataConfig)
The input configuration properties that were specified when the job was requested.
|
void |
StartTextTranslationJobRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and S3 location of the input documents for the translation job.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input configuration properties that were specified when the job was requested.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and S3 location of the input documents for the translation job.
|
Copyright © 2020. All rights reserved.