| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
TextTranslationJobProperties |
TextTranslationJobProperties.clone() |
TextTranslationJobProperties |
DescribeTextTranslationJobResult.getTextTranslationJobProperties()
An object that contains the properties associated with an asynchronous batch translation job.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate
read access to the job's input data.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withEndTime(Date endTime)
The time at which the translation job ended.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input configuration properties that were specified when the job was requested.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withJobDetails(JobDetails jobDetails)
The number of documents successfully and unsuccessfully processed during the translation job.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withJobId(String jobId)
The ID of the translation job.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withJobName(String jobName)
The user-defined name of the translation job.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withJobStatus(JobStatus jobStatus)
The status of the translation job.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withJobStatus(String jobStatus)
The status of the translation job.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withMessage(String message)
An explanation of any errors that may have occurred during the translation job.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output configuration properties that were specified when the job was requested.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withParallelDataNames(Collection<String> parallelDataNames)
A list containing the names of the parallel data resources applied to the translation job.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withParallelDataNames(String... parallelDataNames)
A list containing the names of the parallel data resources applied to the translation job.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withSettings(TranslationSettings settings)
Settings that modify the translation output.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withSourceLanguageCode(String sourceLanguageCode)
The language code of the language of the source text.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withSubmittedTime(Date submittedTime)
The time at which the translation job was submitted.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withTargetLanguageCodes(Collection<String> targetLanguageCodes)
The language code of the language of the target text.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withTargetLanguageCodes(String... targetLanguageCodes)
The language code of the language of the target text.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withTerminologyNames(Collection<String> terminologyNames)
A list containing the names of the terminologies applied to a translation job.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withTerminologyNames(String... terminologyNames)
A list containing the names of the terminologies applied to a translation job.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextTranslationJobProperties> |
ListTextTranslationJobsResult.getTextTranslationJobPropertiesList()
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTextTranslationJobResult.setTextTranslationJobProperties(TextTranslationJobProperties textTranslationJobProperties)
An object that contains the properties associated with an asynchronous batch translation job.
|
DescribeTextTranslationJobResult |
DescribeTextTranslationJobResult.withTextTranslationJobProperties(TextTranslationJobProperties textTranslationJobProperties)
An object that contains the properties associated with an asynchronous batch translation job.
|
ListTextTranslationJobsResult |
ListTextTranslationJobsResult.withTextTranslationJobPropertiesList(TextTranslationJobProperties... textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTextTranslationJobsResult.setTextTranslationJobPropertiesList(Collection<TextTranslationJobProperties> textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListTextTranslationJobsResult |
ListTextTranslationJobsResult.withTextTranslationJobPropertiesList(Collection<TextTranslationJobProperties> textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
|
Copyright © 2023. All rights reserved.