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