Package-level declarations

Types

Link copied to clipboard

Provides translation of the input content from the source language to the target language.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Creates a parallel data resource in Amazon Translate by importing an input file from Amazon S3. Parallel data files contain examples that show how you want segments of text to be translated. By adding parallel data, you can influence the style, tone, and word choice in your translation output.

Link copied to clipboard

Deletes a parallel data resource in Amazon Translate.

Link copied to clipboard

A synchronous action that deletes a custom terminology.

Link copied to clipboard

Gets the properties associated with an asynchronous batch translation job including name, ID, status, source and target languages, input/output S3 buckets, and so on.

Link copied to clipboard

Provides information about a parallel data resource.

Link copied to clipboard

Retrieves a custom terminology.

Link copied to clipboard

Creates or updates a custom terminology, depending on whether one already exists for the given terminology name. Importing a terminology with the same name as an existing one will merge the terminologies based on the chosen merge strategy. The only supported merge strategy is OVERWRITE, where the imported terminology overwrites the existing terminology of the same name.

Link copied to clipboard

Provides a list of languages (RFC-5646 codes and names) that Amazon Translate supports.

Link copied to clipboard

Provides a list of your parallel data resources in Amazon Translate.

Link copied to clipboard

Lists all tags associated with a given Amazon Translate resource. For more information, see Tagging your resources.

Link copied to clipboard

Provides a list of custom terminologies associated with your account.

Link copied to clipboard

Gets a list of the batch translation jobs that you have submitted.

Link copied to clipboard

Starts an asynchronous batch translation job. Use batch translation jobs to translate large volumes of text across multiple documents at once. For batch translation, you can input documents with different source languages (specify auto as the source language). You can specify one or more target languages. Batch translation translates each input document into each of the target languages. For more information, see Asynchronous batch processing.

Link copied to clipboard

Stops an asynchronous batch translation job that is in progress.

Link copied to clipboard
inline suspend fun TranslateClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

Associates a specific tag with a resource. A tag is a key-value pair that adds as a metadata to a resource. For more information, see Tagging your resources.

Link copied to clipboard

Translates the input document from the source language to the target language. This synchronous operation supports text, HTML, or Word documents as the input document. TranslateDocument supports translations from English to any supported language, and from any supported language to English. Therefore, specify either the source language code or the target language code as “en” (English).

Link copied to clipboard

Translates input text from the source language to the target language. For a list of available languages and language codes, see Supported languages.

Link copied to clipboard

Removes a specific tag associated with an Amazon Translate resource. For more information, see Tagging your resources.

Link copied to clipboard

Updates a previously created parallel data resource by importing a new input file from Amazon S3.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.