contentOptions

@JvmName(name = "rvwrgxtpqldypvwp")
suspend fun contentOptions(value: Output<List<String>>)
@JvmName(name = "cktieyjltyqbgufy")
suspend fun contentOptions(value: List<String>?)

Parameters

value

List of options defining data content to scan. If empty, text, images, and other content will be included. Each value may be one of: CONTENT_TEXT, CONTENT_IMAGE.


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


@JvmName(name = "ajvvoerspwjnxclv")
suspend fun contentOptions(values: List<Output<String>>)
@JvmName(name = "wsrxugmxbetrqcll")
suspend fun contentOptions(vararg values: String)

Parameters

values

List of options defining data content to scan. If empty, text, images, and other content will be included. Each value may be one of: CONTENT_TEXT, CONTENT_IMAGE.