contentOptions

@JvmName(name = "qhvkedkdqwmffuvs")
suspend fun contentOptions(value: Output<List<String>>)
@JvmName(name = "wwfnyknmknsgsodd")
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 = "qfemohjqpvrsrutk")
suspend fun contentOptions(vararg values: Output<String>)


@JvmName(name = "clvgqsixrlbegogn")
suspend fun contentOptions(values: List<Output<String>>)
@JvmName(name = "sdptwowgddxkctma")
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.