boundingPolys

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "gavigcnuwqwswrgf")
suspend fun boundingPolys(argument: List<suspend BoundingPolyArgsBuilder.() -> Unit>)
@JvmName(name = "misqtvexibeclagf")
suspend fun boundingPolys(vararg argument: suspend BoundingPolyArgsBuilder.() -> Unit)
@JvmName(name = "oexuowxbjlfoyfaw")
suspend fun boundingPolys(argument: suspend BoundingPolyArgsBuilder.() -> Unit)

Parameters

argument

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