AWSComprehendStopKeyPhrasesDetectionJobRequest

Objective-C

@interface AWSComprehendStopKeyPhrasesDetectionJobRequest

Swift

class AWSComprehendStopKeyPhrasesDetectionJobRequest
  • The identifier of the key phrases detection job to stop.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable jobId;

    Swift

    var jobId: String? { get set }