AWSTranslateParallelDataConfig
Objective-C
@interface AWSTranslateParallelDataConfig
Swift
class AWSTranslateParallelDataConfig
Specifies the format and S3 location of the parallel data input file.
Required parameters: [S3Uri, Format]
-
The format of the parallel data input file.
Declaration
Objective-C
@property (nonatomic) AWSTranslateParallelDataFormat format;
Swift
var format: AWSTranslateParallelDataFormat { get set }
-
The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the same Region as the API endpoint you are calling.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3Uri;
Swift
var s3Uri: String? { get set }