TTranslateParallelDataConfig
Class in AWS.Translate
ParallelDataConfig class.
Ancestors
Properties
Format
property Format: string
S3Uri
property S3Uri: string
Methods
CSV
class function CSV(const AS3Uri: string): TTranslateParallelDataConfig; static;
Construct a parallel data config for a CSV file.
Parameters
| Name | Description |
|---|---|
AS3Uri | Specify the URI of the Amazon S3 folder containing the parallel data input file. |
Returns
A TTranslateParallelDataConfig instance initialized with the details of a CSV file on Amazon S3.
TSV
class function TSV(const AS3Uri: string): TTranslateParallelDataConfig; static;
Construct a parallel data config for a TSV file.
Parameters
| Name | Description |
|---|---|
AS3Uri | Specify the URI of the Amazon S3 folder containing the parallel data input file. |
Returns
A TTranslateParallelDataConfig instance initialized with the details of a TSV file on Amazon S3.
TMX
class function TMX(const AS3Uri: string): TTranslateParallelDataConfig; static;
Construct a parallel data config for a TMX file.
Parameters
| Name | Description |
|---|---|
AS3Uri | Specify the URI of the Amazon S3 folder containing the parallel data input file. |
Returns
A TTranslateParallelDataConfig instance initialized with the details of a TMX file on Amazon S3.