AWSComprehendStopDominantLanguageDetectionJobResponse
Objective-C
@interface AWSComprehendStopDominantLanguageDetectionJobResponse
Swift
class AWSComprehendStopDominantLanguageDetectionJobResponse
-
The identifier of the dominant language detection job to stop.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;Swift
var jobId: String? { get set } -
Either
STOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopDominantLanguageDetectionJoboperation.Declaration
Objective-C
@property (nonatomic) AWSComprehendJobStatus jobStatus;Swift
var jobStatus: AWSComprehendJobStatus { get set }
View on GitHub
Install in Dash
AWSComprehendStopDominantLanguageDetectionJobResponse Class Reference