AWSRekognitionListMediaAnalysisJobsRequest
Objective-C
@interface AWSRekognitionListMediaAnalysisJobsRequest
Swift
class AWSRekognitionListMediaAnalysisJobsRequest
-
The maximum number of results to return per paginated call. The largest value user can specify is 100. If user specifies a value greater than 100, an
InvalidParameterException
error occurs. The default value is 100.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;
Swift
var maxResults: NSNumber? { get set }
-
Pagination token, if the previous response was incomplete.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }