AWSComprehendDescribeDominantLanguageDetectionJobRequest
Objective-C
@interface AWSComprehendDescribeDominantLanguageDetectionJobRequest
Swift
class AWSComprehendDescribeDominantLanguageDetectionJobRequest
-
The identifier that Amazon Comprehend generated for the job. The
StartDominantLanguageDetectionJoboperation returns this identifier in its response.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;Swift
var jobId: String? { get set }
View on GitHub
Install in Dash
AWSComprehendDescribeDominantLanguageDetectionJobRequest Class Reference