contentOptions

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


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