AWSComprehendStopKeyPhrasesDetectionJobResponse

Objective-C

@interface AWSComprehendStopKeyPhrasesDetectionJobResponse

Swift

class AWSComprehendStopKeyPhrasesDetectionJobResponse
  • 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 }
  • Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopKeyPhrasesDetectionJob operation.

    Declaration

    Objective-C

    @property (nonatomic) AWSComprehendJobStatus jobStatus;

    Swift

    var jobStatus: AWSComprehendJobStatus { get set }