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