Package-level declarations

Types

Link copied to clipboard
data class GetCollectionResult(val arn: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class GetProjectResult(val arn: String? = null)
Link copied to clipboard
data class GetStreamProcessorResult(val arn: String? = null, val status: String? = null, val statusMessage: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class StreamProcessorBoundingBox(val height: Double, val left: Double, val top: Double, val width: Double)

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

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

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

Link copied to clipboard

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

Link copied to clipboard
data class StreamProcessorFaceSearchSettings(val collectionId: String, val faceMatchThreshold: Double? = null)

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

Link copied to clipboard

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

The Kinesis Video Stream that streams the source video.

Link copied to clipboard

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 StreamProcessorPoint(val x: Double, val y: Double)

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

Link copied to clipboard
data class StreamProcessorS3Destination(val bucketName: String, val objectKeyPrefix: String? = null)

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