AWSComprehendDescribeKeyPhrasesDetectionJobRequest
Objective-C
@interface AWSComprehendDescribeKeyPhrasesDetectionJobRequest
Swift
class AWSComprehendDescribeKeyPhrasesDetectionJobRequest
-
The identifier that Amazon Comprehend generated for the job. The
StartKeyPhrasesDetectionJoboperation returns this identifier in its response.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;Swift
var jobId: String? { get set }
View on GitHub
Install in Dash
AWSComprehendDescribeKeyPhrasesDetectionJobRequest Class Reference