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