AWSTranslateStopTextTranslationJobRequest

Objective-C

@interface AWSTranslateStopTextTranslationJobRequest

Swift

class AWSTranslateStopTextTranslationJobRequest
  • The job ID of the job to be stopped.

    Declaration

    Objective-C

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

    Swift

    var jobId: String? { get set }