boundingPolys

@JvmName(name = "aykxskwlokureeot")
suspend fun boundingPolys(value: Output<List<BoundingPolyArgs>>)
@JvmName(name = "sqvsogtxtqycrdcg")
suspend fun boundingPolys(value: List<BoundingPolyArgs>?)

Parameters

value

The list of polygons outlining the sensitive regions in the image.


@JvmName(name = "vtorlcfatdjxhbpq")
suspend fun boundingPolys(vararg values: Output<BoundingPolyArgs>)


@JvmName(name = "acacnoytigswssec")
suspend fun boundingPolys(values: List<Output<BoundingPolyArgs>>)
@JvmName(name = "cpjkwioshrrocryo")
suspend fun boundingPolys(vararg values: BoundingPolyArgs)

Parameters

values

The list of polygons outlining the sensitive regions in the image.


@JvmName(name = "efpkdldeuqrihrjk")
suspend fun boundingPolys(argument: List<suspend BoundingPolyArgsBuilder.() -> Unit>)
@JvmName(name = "ddtoeryfqsahvupm")
suspend fun boundingPolys(vararg argument: suspend BoundingPolyArgsBuilder.() -> Unit)
@JvmName(name = "btqdcvvknqeiptsh")
suspend fun boundingPolys(argument: suspend BoundingPolyArgsBuilder.() -> Unit)

Parameters

argument

The list of polygons outlining the sensitive regions in the image.