Stream Processor Output
data class StreamProcessorOutput(val kinesisDataStream: StreamProcessorOutputKinesisDataStream? = null, val s3Destination: StreamProcessorOutputS3Destination? = null)
Constructors
Link copied to clipboard
constructor(kinesisDataStream: StreamProcessorOutputKinesisDataStream? = null, s3Destination: StreamProcessorOutputS3Destination? = null)
Properties
Link copied to clipboard
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results. See kinesis_data_stream
.
Link copied to clipboard
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation. See s3_destination
.