View source: R/translate_operations.R
translate_create_parallel_data | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/translate_create_parallel_data/ for full documentation.
translate_create_parallel_data(
Name,
Description = NULL,
ParallelDataConfig,
EncryptionKey = NULL,
ClientToken,
Tags = NULL
)
Name |
[required] A custom name for the parallel data resource in Amazon Translate. You must assign a name that is unique in the account and region. |
Description |
A custom description for the parallel data resource in Amazon Translate. |
ParallelDataConfig |
[required] Specifies the format and S3 location of the parallel data input file. |
EncryptionKey |
|
ClientToken |
[required] A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK. |
Tags |
Tags to be associated with this resource. A tag is a key-value pair that adds metadata to a resource. Each tag key for the resource must be unique. For more information, see Tagging your resources. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.