boundingPolys

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

Parameters

value

Optional. Bounding polygons around the areas of interest in the reference image. If this field is empty, the system will try to detect regions of interest. At most 10 bounding polygons will be used. The provided shape is converted into a non-rotated rectangle. Once converted, the small edge of the rectangle must be greater than or equal to 300 pixels. The aspect ratio must be 1:4 or less (i.e. 1:3 is ok; 1:5 is not).


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


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

Parameters

values

Optional. Bounding polygons around the areas of interest in the reference image. If this field is empty, the system will try to detect regions of interest. At most 10 bounding polygons will be used. The provided shape is converted into a non-rotated rectangle. Once converted, the small edge of the rectangle must be greater than or equal to 300 pixels. The aspect ratio must be 1:4 or less (i.e. 1:3 is ok; 1:5 is not).


@JvmName(name = "ncbvegkfrlneptqb")
suspend fun boundingPolys(argument: List<suspend BoundingPolyArgsBuilder.() -> Unit>)
@JvmName(name = "pykcerhgeanbdiby")
suspend fun boundingPolys(vararg argument: suspend BoundingPolyArgsBuilder.() -> Unit)
@JvmName(name = "jfpybusgtndfrrww")
suspend fun boundingPolys(argument: suspend BoundingPolyArgsBuilder.() -> Unit)

Parameters

argument

Optional. Bounding polygons around the areas of interest in the reference image. If this field is empty, the system will try to detect regions of interest. At most 10 bounding polygons will be used. The provided shape is converted into a non-rotated rectangle. Once converted, the small edge of the rectangle must be greater than or equal to 300 pixels. The aspect ratio must be 1:4 or less (i.e. 1:3 is ok; 1:5 is not).