AWSComprehendStopEntitiesDetectionJobResponse
Objective-C
@interface AWSComprehendStopEntitiesDetectionJobResponseSwift
class AWSComprehendStopEntitiesDetectionJobResponse- 
                  
                  The identifier of the entities detection job to stop. DeclarationObjective-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 theStopEntitiesDetectionJoboperation.DeclarationObjective-C @property (nonatomic) AWSComprehendJobStatus jobStatus;Swift var jobStatus: AWSComprehendJobStatus { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSComprehendStopEntitiesDetectionJobResponse Class Reference
        AWSComprehendStopEntitiesDetectionJobResponse Class Reference