AWSRekognitionListCollectionsRequest
Objective-C
@interface AWSRekognitionListCollectionsRequest
Swift
class AWSRekognitionListCollectionsRequest
-
Maximum number of collection IDs to return.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
Pagination token from the previous response.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSRekognitionListCollectionsRequest Class Reference