AWSComprehendListDominantLanguageDetectionJobsResponse
Objective-C
@interface AWSComprehendListDominantLanguageDetectionJobsResponse
Swift
class AWSComprehendListDominantLanguageDetectionJobsResponse
-
A list containing the properties of each job that is returned.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSComprehendDominantLanguageDetectionJobProperties *> *_Nullable dominantLanguageDetectionJobPropertiesList;
Swift
var dominantLanguageDetectionJobPropertiesList: [AWSComprehendDominantLanguageDetectionJobProperties]? { get set }
-
Identifies the next page of results to return.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }