AWSRekognitionKinesisVideoStream

Objective-C

@interface AWSRekognitionKinesisVideoStream

Swift

class AWSRekognitionKinesisVideoStream

Kinesis video stream stream that provides the source streaming video for a Amazon Rekognition Video stream processor. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.

  • arn

    ARN of the Kinesis video stream stream that streams the source video.

    Declaration

    Objective-C

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

    Swift

    var arn: String? { get set }