String name
The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.
List<E> terms
The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.
String name
A custom name for the parallel data resource in Amazon Translate. You must assign a name that is unique in the account and region.
String description
A custom description for the parallel data resource in Amazon Translate.
ParallelDataConfig parallelDataConfig
Specifies the format and S3 location of the parallel data input file.
EncryptionKey encryptionKey
String clientToken
A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.
String name
The name of the parallel data resource that is being deleted.
String name
The name of the custom terminology being deleted.
String jobId
The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.
TextTranslationJobProperties textTranslationJobProperties
An object that contains the properties associated with an asynchronous batch translation job.
String detectedLanguageCode
The language code of the auto-detected language from Amazon Comprehend.
String name
The name of the parallel data resource that is being retrieved.
ParallelDataProperties parallelDataProperties
The properties of the parallel data resource that is being retrieved.
ParallelDataDataLocation dataLocation
The location of the most recent parallel data input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30 minute expiration.
ParallelDataDataLocation auxiliaryDataLocation
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.
ParallelDataDataLocation latestUpdateAttemptAuxiliaryDataLocation
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to update a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.
TerminologyProperties terminologyProperties
The properties of the custom terminology being retrieved.
TerminologyDataLocation terminologyDataLocation
The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.
String name
The name of the custom terminology being imported.
String mergeStrategy
The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.
String description
The description of the custom terminology being imported.
TerminologyData terminologyData
The terminology data for the custom terminology being imported.
EncryptionKey encryptionKey
The encryption key for the custom terminology being imported.
TerminologyProperties terminologyProperties
The properties of the custom terminology being imported.
String s3Uri
The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.
String contentType
Describes the format of the data that you submit to Amazon Translate as input. You can specify one of the following multipurpose internet mail extension (MIME) types:
text/html: The input data consists of one or more HTML files. Amazon Translate translates only the
text that resides in the html element in each file.
text/plain: The input data consists of one or more unformatted text files. Amazon Translate
translates every character in this type of input.
application/vnd.openxmlformats-officedocument.wordprocessingml.document: The input data consists of
one or more Word documents (.docx).
application/vnd.openxmlformats-officedocument.presentationml.presentation: The input data consists
of one or more PowerPoint Presentation files (.pptx).
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: The input data consists of one or
more Excel Workbook files (.xlsx).
If you structure your input data as HTML, ensure that you set this parameter to text/html. By doing
so, you cut costs by limiting the translation to the contents of the html element in each file.
Otherwise, if you set this parameter to text/plain, your costs will cover the translation of every
character.
Integer translatedDocumentsCount
The number of documents successfully processed during a translation job.
Integer documentsWithErrorsCount
The number of documents that could not be processed during a translation job.
Integer inputDocumentsCount
The number of documents used as input in a translation job.
List<E> parallelDataPropertiesList
The properties of the parallel data resources returned by this request.
String nextToken
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
TextTranslationJobFilter filter
The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.
String nextToken
The token to request the next page of results.
Integer maxResults
The maximum number of results to return in each page. The default value is 100.
String s3Uri
The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.
String name
The custom name assigned to the parallel data resource.
String arn
The Amazon Resource Name (ARN) of the parallel data resource.
String description
The description assigned to the parallel data resource.
String status
The status of the parallel data resource. When the parallel data is ready for you to use, the status is
ACTIVE.
String sourceLanguageCode
The source language of the translations in the parallel data file.
List<E> targetLanguageCodes
The language codes for the target languages available in the parallel data file. All possible target languages are returned as an array.
ParallelDataConfig parallelDataConfig
Specifies the format and S3 location of the parallel data input file.
String message
Additional information from Amazon Translate about the parallel data resource.
Long importedDataSize
The number of UTF-8 characters that Amazon Translate imported from the parallel data input file. This number includes only the characters in your translation examples. It does not include characters that are used to format your file. For example, if you provided a Translation Memory Exchange (.tmx) file, this number does not include the tags.
Long importedRecordCount
The number of records successfully imported from the parallel data input file.
Long failedRecordCount
The number of records unsuccessfully imported from the parallel data input file.
Long skippedRecordCount
The number of items in the input file that Amazon Translate skipped when you created or updated the parallel data resource. For example, Amazon Translate skips empty records, empty target texts, and empty lines.
EncryptionKey encryptionKey
Date createdAt
The time at which the parallel data resource was created.
Date lastUpdatedAt
The time at which the parallel data resource was last updated.
String latestUpdateAttemptStatus
The status of the most recent update attempt for the parallel data resource.
Date latestUpdateAttemptAt
The time that the most recent update was attempted.
String jobName
The name of the batch translation job to be performed.
InputDataConfig inputDataConfig
Specifies the format and S3 location of the input documents for the translation job.
OutputDataConfig outputDataConfig
Specifies the S3 folder to which your job output will be saved.
String dataAccessRoleArn
The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.
String sourceLanguageCode
The language code of the input language. For a list of language codes, see what-is-languages.
Amazon Translate does not automatically detect a source language during batch translation jobs.
List<E> targetLanguageCodes
The language code of the output language.
List<E> terminologyNames
The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.
List<E> parallelDataNames
The names of the parallel data resources to use in the batch translation job. For a list of available parallel data resources, use the ListParallelData operation.
String clientToken
A unique identifier for the request. This token is auto-generated when using the Amazon Translate SDK.
String jobId
The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.
String jobStatus
The status of the job. Possible values include:
SUBMITTED - The job has been received and is queued for processing.
IN_PROGRESS - Amazon Translate is processing the job.
COMPLETED - The job was successfully completed and the output is available.
COMPLETED_WITH_ERROR - The job was completed with errors. The errors can be analyzed in the job's
output.
FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob
operation.
STOP_REQUESTED - The user who started the job has requested that it be stopped.
STOPPED - The job has been stopped.
String jobId
The job ID of the job to be stopped.
ByteBuffer file
The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.
String format
The data format of the custom terminology. Either CSV or TMX.
String name
The name of the custom terminology.
String description
The description of the custom terminology properties.
String arn
The Amazon Resource Name (ARN) of the custom terminology.
String sourceLanguageCode
The language code for the source text of the translation request for which the custom terminology is being used.
List<E> targetLanguageCodes
The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
EncryptionKey encryptionKey
The encryption key for the custom terminology.
Integer sizeBytes
The size of the file used when importing a custom terminology.
Integer termCount
The number of terms included in the custom terminology.
Date createdAt
The time at which the custom terminology was created, based on the timestamp.
Date lastUpdatedAt
The time at which the custom terminology was last update, based on the timestamp.
String jobName
Filters the list of jobs by name.
String jobStatus
Filters the list of jobs based by job status.
Date submittedBeforeTime
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.
Date submittedAfterTime
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.
String jobId
The ID of the translation job.
String jobName
The user-defined name of the translation job.
String jobStatus
The status of the translation job.
JobDetails jobDetails
The number of documents successfully and unsuccessfully processed during the translation job.
String sourceLanguageCode
The language code of the language of the source text. The language must be a language supported by Amazon Translate.
List<E> targetLanguageCodes
The language code of the language of the target text. The language must be a language supported by Amazon Translate.
List<E> terminologyNames
A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.
List<E> parallelDataNames
A list containing the names of the parallel data resources applied to the translation job.
String message
An explanation of any errors that may have occured during the translation job.
Date submittedTime
The time at which the translation job was submitted.
Date endTime
The time at which the translation job ended.
InputDataConfig inputDataConfig
The input configuration properties that were specified when the job was requested.
OutputDataConfig outputDataConfig
The output configuration properties that were specified when the job was requested.
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.
String text
The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
List<E> terminologyNames
The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at
most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.
String sourceLanguageCode
The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.
To have Amazon Translate determine the source language of your text, you can specify auto in the
SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to
determine the source language.
String targetLanguageCode
The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
String translatedText
The translated text.
String sourceLanguageCode
The language code for the language of the source text.
String targetLanguageCode
The language code for the language of the target text.
List<E> appliedTerminologies
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
String name
The name of the parallel data resource being updated.
String description
A custom description for the parallel data resource in Amazon Translate.
ParallelDataConfig parallelDataConfig
Specifies the format and S3 location of the parallel data input file.
String clientToken
A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.
String name
The name of the parallel data resource being updated.
String status
The status of the parallel data resource that you are attempting to update. Your update request is accepted only
if this status is either ACTIVE or FAILED.
String latestUpdateAttemptStatus
The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use,
the status is ACTIVE.
Date latestUpdateAttemptAt
The time that the most recent update was attempted.
Copyright © 2021. All rights reserved.