AWSTranslateDescribeTextTranslationJobResponse
Objective-C
@interface AWSTranslateDescribeTextTranslationJobResponse
Swift
class AWSTranslateDescribeTextTranslationJobResponse
-
An object that contains the properties associated with an asynchronous batch translation job.
Declaration
Objective-C
@property (nonatomic, strong) AWSTranslateTextTranslationJobProperties *_Nullable textTranslationJobProperties;
Swift
var textTranslationJobProperties: AWSTranslateTextTranslationJobProperties? { get set }