AWSComprehendStopDominantLanguageDetectionJobRequest
Objective-C
@interface AWSComprehendStopDominantLanguageDetectionJobRequest
Swift
class AWSComprehendStopDominantLanguageDetectionJobRequest
-
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 }