labels

@JvmName(name = "cdvtqjnyklmxxtek")
suspend fun labels(value: Output<List<String>>)
@JvmName(name = "kbtalslbcbgefovj")
suspend fun labels(value: List<String>)

Parameters

value

Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".


@JvmName(name = "fotrshpiefowoxvl")
suspend fun labels(vararg values: Output<String>)


@JvmName(name = "vckwghhjcoqglrou")
suspend fun labels(values: List<Output<String>>)
@JvmName(name = "qvoimjrkfxevurgt")
suspend fun labels(vararg values: String)

Parameters

values

Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".