AWSRekognitionStreamProcessingStopSelector

Objective-C

@interface AWSRekognitionStreamProcessingStopSelector

Swift

class AWSRekognitionStreamProcessingStopSelector

Specifies when to stop processing the stream. You can specify a maximum amount of time to process the video.

  • Specifies the maximum amount of time in seconds that you want the stream to be processed. The largest amount of time is 2 minutes. The default is 10 seconds.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxDurationInSeconds;

    Swift

    var maxDurationInSeconds: NSNumber? { get set }