boundingBoxRegionsOfInterest

@JvmName(name = "rjdjutxfyejtmuwc")
suspend fun boundingBoxRegionsOfInterest(value: Output<List<StreamProcessorBoundingBoxArgs>>)
@JvmName(name = "rkkbyhfnuqbhkiis")
suspend fun boundingBoxRegionsOfInterest(value: List<StreamProcessorBoundingBoxArgs>?)

Parameters

value

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%.


@JvmName(name = "hlspsrndyygywrks")
suspend fun boundingBoxRegionsOfInterest(vararg values: Output<StreamProcessorBoundingBoxArgs>)


@JvmName(name = "sqibvaflanrewlwd")
suspend fun boundingBoxRegionsOfInterest(values: List<Output<StreamProcessorBoundingBoxArgs>>)
@JvmName(name = "gxkfygqpjnajllvd")
suspend fun boundingBoxRegionsOfInterest(vararg values: StreamProcessorBoundingBoxArgs)

Parameters

values

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%.


@JvmName(name = "ifnbtgwsnisyjyen")
suspend fun boundingBoxRegionsOfInterest(argument: List<suspend StreamProcessorBoundingBoxArgsBuilder.() -> Unit>)
@JvmName(name = "xtyrjsubaipxgkyc")
suspend fun boundingBoxRegionsOfInterest(vararg argument: suspend StreamProcessorBoundingBoxArgsBuilder.() -> Unit)
@JvmName(name = "sorsbbklohnesxrk")
suspend fun boundingBoxRegionsOfInterest(argument: suspend StreamProcessorBoundingBoxArgsBuilder.() -> Unit)

Parameters

argument

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%.