AWSTranslateImportTerminologyResponse
Objective-C
@interface AWSTranslateImportTerminologyResponse
Swift
class AWSTranslateImportTerminologyResponse
-
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a terminology resource. The location is returned as a presigned URL to that has a 30 minute expiration.
Declaration
Objective-C
@property (nonatomic, strong) AWSTranslateTerminologyDataLocation *_Nullable auxiliaryDataLocation;
Swift
var auxiliaryDataLocation: AWSTranslateTerminologyDataLocation? { get set }
-
The properties of the custom terminology being imported.
Declaration
Objective-C
@property (nonatomic, strong) AWSTranslateTerminologyProperties *_Nullable terminologyProperties;
Swift
var terminologyProperties: AWSTranslateTerminologyProperties? { get set }