AWSComprehendStartPiiEntitiesDetectionJobResponse
Objective-C
@interface AWSComprehendStartPiiEntitiesDetectionJobResponse
Swift
class AWSComprehendStartPiiEntitiesDetectionJobResponse
-
The identifier generated for the job.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;
Swift
var jobId: String? { get set }
-
The status of the job.
Declaration
Objective-C
@property (nonatomic) AWSComprehendJobStatus jobStatus;
Swift
var jobStatus: AWSComprehendJobStatus { get set }