AWSComprehendDescribeDominantLanguageDetectionJobResponse
Objective-C
@interface AWSComprehendDescribeDominantLanguageDetectionJobResponse
Swift
class AWSComprehendDescribeDominantLanguageDetectionJobResponse
-
An object that contains the properties associated with a dominant language detection job.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendDominantLanguageDetectionJobProperties *_Nullable dominantLanguageDetectionJobProperties;
Swift
var dominantLanguageDetectionJobProperties: AWSComprehendDominantLanguageDetectionJobProperties? { get set }