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

Class: Aws::Rekognition::Types::StreamProcessorOutput

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

Overview

Note:

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

{
  kinesis_data_stream: {
    arn: "KinesisDataArn",
  },
}

Information about the Amazon Kinesis Data Streams stream to which a Amazon Rekognition Video stream processor streams the results of a video analysis. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#kinesis_data_streamTypes::KinesisDataStream

The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.

Returns:

  • (Types::KinesisDataStream)

    The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.