AWSComprehendStartEventsDetectionJobResponse
Objective-C
@interface AWSComprehendStartEventsDetectionJobResponse
Swift
class AWSComprehendStartEventsDetectionJobResponse
-
An unique identifier for the request. If you don’t set the client request token, Amazon Comprehend generates one.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;
Swift
var jobId: String? { get set }
-
The status of the events detection job.
Declaration
Objective-C
@property (nonatomic) AWSComprehendJobStatus jobStatus;
Swift
var jobStatus: AWSComprehendJobStatus { get set }