You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::StreamProcessorInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StreamProcessorInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  kinesis_video_stream: {
    arn: "KinesisVideoArn",
  },
}

Information about the source streaming video.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#kinesis_video_streamTypes::KinesisVideoStream

The Kinesis video stream input stream for the source streaming video.

Returns: