AWSTranslateGetTerminologyRequest
Objective-C
@interface AWSTranslateGetTerminologyRequest
Swift
class AWSTranslateGetTerminologyRequest
-
The name of the custom terminology being retrieved.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The data format of the custom terminology being retrieved.
If you don’t specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.
If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.
Declaration
Objective-C
@property (nonatomic) AWSTranslateTerminologyDataFormat terminologyDataFormat;
Swift
var terminologyDataFormat: AWSTranslateTerminologyDataFormat { get set }