AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateParallelData operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Translate.AmazonTranslateRequest
      Amazon.Translate.Model.CreateParallelDataRequest

Namespace: Amazon.Translate.Model
Assembly: AWSSDK.Translate.dll
Version: 3.x.y.z

Syntax

C#
public class CreateParallelDataRequest : AmazonTranslateRequest
         IAmazonWebServiceRequest

The CreateParallelDataRequest type exposes the following members

Constructors

NameDescription
Public Method CreateParallelDataRequest()

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.

Public Property Description System.String

Gets and sets the property Description.

A custom description for the parallel data resource in Amazon Translate.

Public Property EncryptionKey Amazon.Translate.Model.EncryptionKey

Gets and sets the property EncryptionKey.

Public Property Name System.String

Gets and sets the property Name.

A custom name for the parallel data resource in Amazon Translate. You must assign a name that is unique in the account and region.

Public Property ParallelDataConfig Amazon.Translate.Model.ParallelDataConfig

Gets and sets the property ParallelDataConfig.

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

Public Property Tags System.Collections.Generic.List<Amazon.Translate.Model.Tag>

Gets and sets the property 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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5