Expand description
Provides translation between one source language and another of the same set of languages.
If you’re using the service, you’re probably looking for TranslateClient and Translate.
Structs§
- Applied
Terminology The custom terminology applied to the input text by Amazon Translate for the translated text response. This is optional in the response and will only be present if you specified terminology input in the request. Currently, only one terminology can be applied per TranslateText request.
- Create
Parallel Data Request - Create
Parallel Data Response - Delete
Parallel Data Request - Delete
Parallel Data Response - Delete
Terminology Request - Describe
Text Translation JobRequest - Describe
Text Translation JobResponse - Encryption
Key The encryption key used to encrypt this object.
- GetParallel
Data Request - GetParallel
Data Response - GetTerminology
Request - GetTerminology
Response - Import
Terminology Request - Import
Terminology Response - Input
Data Config The input configuration properties for requesting a batch translation job.
- JobDetails
The number of documents successfully and unsuccessfully processed during a translation job.
- List
Parallel Data Request - List
Parallel Data Response - List
Terminologies Request - List
Terminologies Response - List
Text Translation Jobs Request - List
Text Translation Jobs Response - Output
Data Config The output configuration properties for a batch translation job.
- Parallel
Data Config Specifies the format and S3 location of the parallel data input file.
- Parallel
Data Data Location The location of the most recent parallel data input file that was successfully imported into Amazon Translate.
- Parallel
Data Properties The properties of a parallel data resource.
- Start
Text Translation JobRequest - Start
Text Translation JobResponse - Stop
Text Translation JobRequest - Stop
Text Translation JobResponse - Term
The term being translated by the custom terminology.
- Terminology
Data The data associated with the custom terminology.
- Terminology
Data Location The location of the custom terminology data.
- Terminology
Properties The properties of the custom terminology.
- Text
Translation JobFilter Provides information for filtering a list of translation jobs. For more information, see ListTextTranslationJobs.
- Text
Translation JobProperties Provides information about a translation job.
- Translate
Client - A client for the Amazon Translate API.
- Translate
Text Request - Translate
Text Response - Update
Parallel Data Request - Update
Parallel Data Response
Enums§
- Create
Parallel Data Error - Errors returned by CreateParallelData
- Delete
Parallel Data Error - Errors returned by DeleteParallelData
- Delete
Terminology Error - Errors returned by DeleteTerminology
- Describe
Text Translation JobError - Errors returned by DescribeTextTranslationJob
- GetParallel
Data Error - Errors returned by GetParallelData
- GetTerminology
Error - Errors returned by GetTerminology
- Import
Terminology Error - Errors returned by ImportTerminology
- List
Parallel Data Error - Errors returned by ListParallelData
- List
Terminologies Error - Errors returned by ListTerminologies
- List
Text Translation Jobs Error - Errors returned by ListTextTranslationJobs
- Start
Text Translation JobError - Errors returned by StartTextTranslationJob
- Stop
Text Translation JobError - Errors returned by StopTextTranslationJob
- Translate
Text Error - Errors returned by TranslateText
- Update
Parallel Data Error - Errors returned by UpdateParallelData
Traits§
- Translate
- Trait representing the capabilities of the Amazon Translate API. Amazon Translate clients implement this trait.