Package-level declarations

Types

Link copied to clipboard
data class GetCollectionPlainArgs(val collectionId: String) : ConvertibleToJava<GetCollectionPlainArgs>
Link copied to clipboard
data class GetProjectPlainArgs(val projectName: String) : ConvertibleToJava<GetProjectPlainArgs>
Link copied to clipboard
data class GetStreamProcessorPlainArgs(val name: String) : ConvertibleToJava<GetStreamProcessorPlainArgs>
Link copied to clipboard
data class StreamProcessorBoundingBoxArgs(val height: Output<Double>, val left: Output<Double>, val top: Output<Double>, val width: Output<Double>) : ConvertibleToJava<StreamProcessorBoundingBoxArgs>

A bounding box denoting a region of interest in the frame to be analyzed.

Link copied to clipboard
data class StreamProcessorConnectedHomeSettingsArgs(val labels: Output<List<String>>, val minConfidence: Output<Double>? = null) : ConvertibleToJava<StreamProcessorConnectedHomeSettingsArgs>

Connected home settings to use on a streaming video. Note that either ConnectedHomeSettings or FaceSearchSettings should be set. Not both

Link copied to clipboard
data class StreamProcessorDataSharingPreferenceArgs(val optIn: Output<Boolean>) : ConvertibleToJava<StreamProcessorDataSharingPreferenceArgs>

Indicates whether Rekognition is allowed to store the video stream data for model-training.

Link copied to clipboard
data class StreamProcessorFaceSearchSettingsArgs(val collectionId: Output<String>, val faceMatchThreshold: Output<Double>? = null) : ConvertibleToJava<StreamProcessorFaceSearchSettingsArgs>

Face search settings to use on a streaming video. Note that either FaceSearchSettings or ConnectedHomeSettings should be set. Not both

Link copied to clipboard
data class StreamProcessorKinesisDataStreamArgs(val arn: Output<String>) : ConvertibleToJava<StreamProcessorKinesisDataStreamArgs>

The Amazon Kinesis Data Stream stream to which the Amazon Rekognition stream processor streams the analysis results, as part of face search feature.

Link copied to clipboard
data class StreamProcessorKinesisVideoStreamArgs(val arn: Output<String>) : ConvertibleToJava<StreamProcessorKinesisVideoStreamArgs>

The Kinesis Video Stream that streams the source video.

Link copied to clipboard
data class StreamProcessorNotificationChannelArgs(val arn: Output<String>) : ConvertibleToJava<StreamProcessorNotificationChannelArgs>

The ARN of the SNS notification channel where events of interests are published, as part of connected home feature.

Link copied to clipboard
data class StreamProcessorPointArgs(val x: Output<Double>, val y: Output<Double>) : ConvertibleToJava<StreamProcessorPointArgs>

An (X, Y) cartesian coordinate denoting a point on the frame

Link copied to clipboard
data class StreamProcessorS3DestinationArgs(val bucketName: Output<String>, val objectKeyPrefix: Output<String>? = null) : ConvertibleToJava<StreamProcessorS3DestinationArgs>

The S3 location in customer's account where inference output & artifacts are stored, as part of connected home feature.