labels

@JvmName(name = "akxflwasgvrnnrha")
suspend fun labels(value: Output<List<String>>)
@JvmName(name = "bpgnemsphcawshwd")
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 = "ukqxytafbnpmwybm")
suspend fun labels(vararg values: Output<String>)


@JvmName(name = "ykvqixsnqlckpdol")
suspend fun labels(values: List<Output<String>>)
@JvmName(name = "oqanjntvdxdlifcu")
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.