AWSComprehendStopTargetedSentimentDetectionJobRequest
Objective-C
@interface AWSComprehendStopTargetedSentimentDetectionJobRequest
Swift
class AWSComprehendStopTargetedSentimentDetectionJobRequest
-
The identifier of the targeted sentiment detection job to stop.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;
Swift
var jobId: String? { get set }