StreamProcessorArgs

data class StreamProcessorArgs(val boundingBoxRegionsOfInterest: Output<List<StreamProcessorBoundingBoxArgs>>? = null, val connectedHomeSettings: Output<StreamProcessorConnectedHomeSettingsArgs>? = null, val dataSharingPreference: Output<StreamProcessorDataSharingPreferenceArgs>? = null, val faceSearchSettings: Output<StreamProcessorFaceSearchSettingsArgs>? = null, val kinesisDataStream: Output<StreamProcessorKinesisDataStreamArgs>? = null, val kinesisVideoStream: Output<StreamProcessorKinesisVideoStreamArgs>? = null, val kmsKeyId: Output<String>? = null, val name: Output<String>? = null, val notificationChannel: Output<StreamProcessorNotificationChannelArgs>? = null, val polygonRegionsOfInterest: Output<List<List<StreamProcessorPointArgs>>>? = null, val roleArn: Output<String>? = null, val s3Destination: Output<StreamProcessorS3DestinationArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<StreamProcessorArgs>

The AWS::Rekognition::StreamProcessor type is used to create an Amazon Rekognition StreamProcessor that you can use to analyze streaming videos.

Constructors

Link copied to clipboard
constructor(boundingBoxRegionsOfInterest: Output<List<StreamProcessorBoundingBoxArgs>>? = null, connectedHomeSettings: Output<StreamProcessorConnectedHomeSettingsArgs>? = null, dataSharingPreference: Output<StreamProcessorDataSharingPreferenceArgs>? = null, faceSearchSettings: Output<StreamProcessorFaceSearchSettingsArgs>? = null, kinesisDataStream: Output<StreamProcessorKinesisDataStreamArgs>? = null, kinesisVideoStream: Output<StreamProcessorKinesisVideoStreamArgs>? = null, kmsKeyId: Output<String>? = null, name: Output<String>? = null, notificationChannel: Output<StreamProcessorNotificationChannelArgs>? = null, polygonRegionsOfInterest: Output<List<List<StreamProcessorPointArgs>>>? = null, roleArn: Output<String>? = null, s3Destination: Output<StreamProcessorS3DestinationArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

The BoundingBoxRegionsOfInterest specifies an array of bounding boxes of interest in the video frames to analyze, as part of connected home feature. If an object is partially in a region of interest, Rekognition will tag it as detected if the overlap of the object with the region-of-interest is greater than 20%.

Link copied to clipboard

Connected home settings to use on a streaming video. You can use a stream processor for connected home features and select what you want the stream processor to detect, such as people or pets. When the stream processor has started, one notification is sent for each object class specified. For more information, see the ConnectedHome section of StreamProcessorSettings .

Link copied to clipboard

Allows you to opt in or opt out to share data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams. For more information, see StreamProcessorDataSharingPreference .

Link copied to clipboard

The input parameters used to recognize faces in a streaming video analyzed by an Amazon Rekognition stream processor. For more information regarding the contents of the parameters, see FaceSearchSettings .

Link copied to clipboard

Amazon Rekognition's Video Stream Processor takes a Kinesis video stream as input. This is the Amazon Kinesis Data Streams instance to which the Amazon Rekognition stream processor streams the analysis results. This must be created within the constraints specified at KinesisDataStream .

Link copied to clipboard

The Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor. For more information, see KinesisVideoStream .

Link copied to clipboard
val kmsKeyId: Output<String>? = null

The KMS key that is used by Rekognition to encrypt any intermediate customer metadata and store in the customer's S3 bucket.

Link copied to clipboard
val name: Output<String>? = null

Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.

Link copied to clipboard

The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation. Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. Amazon Rekognition also publishes an end-of-session notification with a summary when the stream processing session is complete. For more information, see StreamProcessorNotificationChannel .

Link copied to clipboard

The PolygonRegionsOfInterest specifies a set of polygon areas of interest in the video frames to analyze, as part of connected home feature. Each polygon is in turn, an ordered list of Point

Link copied to clipboard
val roleArn: Output<String>? = null

ARN of the IAM role that allows access to the stream processor, and provides Rekognition read permissions for KVS stream and write permissions to S3 bucket and SNS topic.

Link copied to clipboard

The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation. For more information, see the S3Destination section of StreamProcessorOutput .

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

Link copied to clipboard
open override fun toJava(): StreamProcessorArgs