| Package | Description |
|---|---|
| software.amazon.awscdk.services.rekognition |
AWS::Rekognition Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.boundingBoxRegionsOfInterest(IResolvable boundingBoxRegionsOfInterest)
List of BoundingBox objects, each of which denotes a region of interest on screen.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.boundingBoxRegionsOfInterest(List<? extends Object> boundingBoxRegionsOfInterest)
List of BoundingBox objects, each of which denotes a region of interest on screen.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.connectedHomeSettings(CfnStreamProcessor.ConnectedHomeSettingsProperty connectedHomeSettings)
Connected home settings to use on a streaming video.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.connectedHomeSettings(IResolvable connectedHomeSettings)
Connected home settings to use on a streaming video.
|
static CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.create(Construct scope,
String id) |
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.dataSharingPreference(CfnStreamProcessor.DataSharingPreferenceProperty dataSharingPreference)
Allows you to opt in or opt out to share data with Rekognition to improve model performance.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.dataSharingPreference(IResolvable dataSharingPreference)
Allows you to opt in or opt out to share data with Rekognition to improve model performance.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.faceSearchSettings(CfnStreamProcessor.FaceSearchSettingsProperty faceSearchSettings)
The input parameters used to recognize faces in a streaming video analyzed by an Amazon Rekognition stream processor.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.faceSearchSettings(IResolvable faceSearchSettings)
The input parameters used to recognize faces in a streaming video analyzed by an Amazon Rekognition stream processor.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.kinesisDataStream(CfnStreamProcessor.KinesisDataStreamProperty kinesisDataStream)
Amazon Rekognition's Video Stream Processor takes a Kinesis video stream as input.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.kinesisDataStream(IResolvable kinesisDataStream)
Amazon Rekognition's Video Stream Processor takes a Kinesis video stream as input.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.kinesisVideoStream(CfnStreamProcessor.KinesisVideoStreamProperty kinesisVideoStream)
The Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.kinesisVideoStream(IResolvable kinesisVideoStream)
The Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.kmsKeyId(String kmsKeyId)
The identifier for your Amazon Key Management Service key (Amazon KMS key).
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.name(String name)
The Name attribute specifies the name of the stream processor and it must be within the constraints described in the Name section of [StreamProcessor](https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StreamProcessor) .
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.notificationChannel(CfnStreamProcessor.NotificationChannelProperty notificationChannel)
The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.notificationChannel(IResolvable notificationChannel)
The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.polygonRegionsOfInterest(IResolvable polygonRegionsOfInterest)
A set of ordered lists of [Point](https://docs.aws.amazon.com/rekognition/latest/APIReference/API_Point) objects.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.polygonRegionsOfInterest(List<? extends Object> polygonRegionsOfInterest)
A set of ordered lists of [Point](https://docs.aws.amazon.com/rekognition/latest/APIReference/API_Point) objects.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.roleArn(String roleArn)
The ARN of the IAM role that allows access to the stream processor.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.s3Destination(CfnStreamProcessor.S3DestinationProperty s3Destination)
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.s3Destination(IResolvable s3Destination)
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
|
CfnStreamProcessor.Builder |
CfnStreamProcessor.Builder.tags(List<? extends CfnTag> tags)
A set of tags (key-value pairs) that you want to attach to the stream processor.
|
Copyright © 2022. All rights reserved.