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
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.
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.
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 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.
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.
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.
Copyright © 2020. All rights reserved.