Class: Aws::Rekognition::Types::StreamProcessorOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StreamProcessorOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kinesis_data_stream ⇒ Types::KinesisDataStream
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
-
#s3_destination ⇒ Types::S3Destination
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
Instance Attribute Details
#kinesis_data_stream ⇒ Types::KinesisDataStream
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
7680 7681 7682 7683 7684 7685 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7680 class StreamProcessorOutput < Struct.new( :kinesis_data_stream, :s3_destination) SENSITIVE = [] include Aws::Structure end |
#s3_destination ⇒ Types::S3Destination
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
7680 7681 7682 7683 7684 7685 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7680 class StreamProcessorOutput < Struct.new( :kinesis_data_stream, :s3_destination) SENSITIVE = [] include Aws::Structure end |