AWSComprehendListDocumentClassificationJobsResponse
Objective-C
@interface AWSComprehendListDocumentClassificationJobsResponse
Swift
class AWSComprehendListDocumentClassificationJobsResponse
-
A list containing the properties of each job returned.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSComprehendDocumentClassificationJobProperties *> *_Nullable documentClassificationJobPropertiesList;
Swift
var documentClassificationJobPropertiesList: [AWSComprehendDocumentClassificationJobProperties]? { 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 }