AWSRekognitionListStreamProcessorsResponse

Objective-C

@interface AWSRekognitionListStreamProcessorsResponse

Swift

class AWSRekognitionListStreamProcessorsResponse
  • If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • List of stream processors that you have created.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSRekognitionStreamProcessor *> *_Nullable streamProcessors;

    Swift

    var streamProcessors: [AWSRekognitionStreamProcessor]? { get set }