[][src]Crate rusoto_translate

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

AppliedTerminology

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.

CreateParallelDataRequest
CreateParallelDataResponse
DeleteParallelDataRequest
DeleteParallelDataResponse
DeleteTerminologyRequest
DescribeTextTranslationJobRequest
DescribeTextTranslationJobResponse
EncryptionKey

The encryption key used to encrypt this object.

GetParallelDataRequest
GetParallelDataResponse
GetTerminologyRequest
GetTerminologyResponse
ImportTerminologyRequest
ImportTerminologyResponse
InputDataConfig

The input configuration properties for requesting a batch translation job.

JobDetails

The number of documents successfully and unsuccessfully processed during a translation job.

ListParallelDataRequest
ListParallelDataResponse
ListTerminologiesRequest
ListTerminologiesResponse
ListTextTranslationJobsRequest
ListTextTranslationJobsResponse
OutputDataConfig

The output configuration properties for a batch translation job.

ParallelDataConfig

Specifies the format and S3 location of the parallel data input file.

ParallelDataDataLocation

The location of the most recent parallel data input file that was successfully imported into Amazon Translate.

ParallelDataProperties

The properties of a parallel data resource.

StartTextTranslationJobRequest
StartTextTranslationJobResponse
StopTextTranslationJobRequest
StopTextTranslationJobResponse
Term

The term being translated by the custom terminology.

TerminologyData

The data associated with the custom terminology.

TerminologyDataLocation

The location of the custom terminology data.

TerminologyProperties

The properties of the custom terminology.

TextTranslationJobFilter

Provides information for filtering a list of translation jobs. For more information, see ListTextTranslationJobs.

TextTranslationJobProperties

Provides information about a translation job.

TranslateClient

A client for the Amazon Translate API.

TranslateTextRequest
TranslateTextResponse
UpdateParallelDataRequest
UpdateParallelDataResponse

Enums

CreateParallelDataError

Errors returned by CreateParallelData

DeleteParallelDataError

Errors returned by DeleteParallelData

DeleteTerminologyError

Errors returned by DeleteTerminology

DescribeTextTranslationJobError

Errors returned by DescribeTextTranslationJob

GetParallelDataError

Errors returned by GetParallelData

GetTerminologyError

Errors returned by GetTerminology

ImportTerminologyError

Errors returned by ImportTerminology

ListParallelDataError

Errors returned by ListParallelData

ListTerminologiesError

Errors returned by ListTerminologies

ListTextTranslationJobsError

Errors returned by ListTextTranslationJobs

StartTextTranslationJobError

Errors returned by StartTextTranslationJob

StopTextTranslationJobError

Errors returned by StopTextTranslationJob

TranslateTextError

Errors returned by TranslateText

UpdateParallelDataError

Errors returned by UpdateParallelData

Traits

Translate

Trait representing the capabilities of the Amazon Translate API. Amazon Translate clients implement this trait.