boundingBoxRegionsOfInterest

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


@JvmName(name = "mvmtwechnmbjmrqh")
suspend fun boundingBoxRegionsOfInterest(values: List<Output<StreamProcessorBoundingBoxArgs>>)
@JvmName(name = "iihjrurcdfgxvork")
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 = "vxcwxbtcajkpdbje")
suspend fun boundingBoxRegionsOfInterest(argument: List<suspend StreamProcessorBoundingBoxArgsBuilder.() -> Unit>)
@JvmName(name = "diiggfdmouqbmkeu")
suspend fun boundingBoxRegionsOfInterest(vararg argument: suspend StreamProcessorBoundingBoxArgsBuilder.() -> Unit)
@JvmName(name = "vuivjbnhflxuhvbb")
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%.