AWSTranslateStopTextTranslationJobResponse

Objective-C

@interface AWSTranslateStopTextTranslationJobResponse

Swift

class AWSTranslateStopTextTranslationJobResponse
  • The job ID of the stopped batch translation job.

    Declaration

    Objective-C

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

    Swift

    var jobId: String? { get set }
  • The status of the designated job. Upon successful completion, the job’s status will be STOPPED.

    Declaration

    Objective-C

    @property (nonatomic) AWSTranslateJobStatus jobStatus;

    Swift

    var jobStatus: AWSTranslateJobStatus { get set }