AWSRekognitionListStreamProcessorsRequest
Objective-C
@interface AWSRekognitionListStreamProcessorsRequest
Swift
class AWSRekognitionListStreamProcessorsRequest
-
Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of stream processors.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSRekognitionListStreamProcessorsRequest Class Reference