AWSTranslateImportTerminologyRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSTranslateModel.h AWSTranslateModel.m |
detail
The description of the custom terminology being imported.
@property (nonatomic, strong) NSString *detail
Declared In
AWSTranslateModel.h
encryptionKey
The encryption key for the custom terminology being imported.
@property (nonatomic, strong) AWSTranslateEncryptionKey *encryptionKey
Declared In
AWSTranslateModel.h
mergeStrategy
The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.
@property (nonatomic, assign) AWSTranslateMergeStrategy mergeStrategy
Declared In
AWSTranslateModel.h
name
The name of the custom terminology being imported.
@property (nonatomic, strong) NSString *name
Declared In
AWSTranslateModel.h
terminologyData
The terminology data for the custom terminology being imported.
@property (nonatomic, strong) AWSTranslateTerminologyData *terminologyData
Declared In
AWSTranslateModel.h