AWSComprehendDescribeEntitiesDetectionJobRequest
Objective-C
@interface AWSComprehendDescribeEntitiesDetectionJobRequest
Swift
class AWSComprehendDescribeEntitiesDetectionJobRequest
-
The identifier that Amazon Comprehend generated for the job. The
StartEntitiesDetectionJob
operation returns this identifier in its response.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;
Swift
var jobId: String? { get set }