AWSComprehendDescribeSentimentDetectionJobResponse
Objective-C
@interface AWSComprehendDescribeSentimentDetectionJobResponse
Swift
class AWSComprehendDescribeSentimentDetectionJobResponse
-
An object that contains the properties associated with a sentiment detection job.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendSentimentDetectionJobProperties *_Nullable sentimentDetectionJobProperties;
Swift
var sentimentDetectionJobProperties: AWSComprehendSentimentDetectionJobProperties? { get set }