boundingBoxRegionsOfInterest

@JvmName(name = "klnabmenamkabbtm")
suspend fun boundingBoxRegionsOfInterest(value: Output<List<StreamProcessorBoundingBoxArgs>>)
@JvmName(name = "awgbjwhlxqenqoce")
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 = "sbjxleykvocgbqau")
suspend fun boundingBoxRegionsOfInterest(vararg values: Output<StreamProcessorBoundingBoxArgs>)


@JvmName(name = "bpafwkspydteauki")
suspend fun boundingBoxRegionsOfInterest(values: List<Output<StreamProcessorBoundingBoxArgs>>)
@JvmName(name = "dttqhgmwbqwcocpc")
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 = "urttxhmcskfbplyv")
suspend fun boundingBoxRegionsOfInterest(argument: List<suspend StreamProcessorBoundingBoxArgsBuilder.() -> Unit>)
@JvmName(name = "nutbqhsvmpwfkmdu")
suspend fun boundingBoxRegionsOfInterest(vararg argument: suspend StreamProcessorBoundingBoxArgsBuilder.() -> Unit)
@JvmName(name = "sugacwtnycbftqgb")
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%.