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