[][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.

DeleteTerminologyRequest
DescribeTextTranslationJobRequest
DescribeTextTranslationJobResponse
EncryptionKey

The encryption key used to encrypt the custom terminologies used by Amazon Translate.

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.

ListTerminologiesRequest
ListTerminologiesResponse
ListTextTranslationJobsRequest
ListTextTranslationJobsResponse
OutputDataConfig

The output configuration properties for a batch translation job.

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

Enums

DeleteTerminologyError

Errors returned by DeleteTerminology

DescribeTextTranslationJobError

Errors returned by DescribeTextTranslationJob

GetTerminologyError

Errors returned by GetTerminology

ImportTerminologyError

Errors returned by ImportTerminology

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

Traits

Translate

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