AWSComprehendDescribeKeyPhrasesDetectionJobResponse
Objective-C
@interface AWSComprehendDescribeKeyPhrasesDetectionJobResponse
Swift
class AWSComprehendDescribeKeyPhrasesDetectionJobResponse
-
An object that contains the properties associated with a key phrases detection job.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendKeyPhrasesDetectionJobProperties *_Nullable keyPhrasesDetectionJobProperties;
Swift
var keyPhrasesDetectionJobProperties: AWSComprehendKeyPhrasesDetectionJobProperties? { get set }