ImageConfigArgs

data class ImageConfigArgs(val additionalInfoTypes: Output<List<String>>? = null, val excludeInfoTypes: Output<List<String>>? = null, val textRedactionMode: Output<ImageConfigTextRedactionMode>? = null) : ConvertibleToJava<ImageConfigArgs>

Specifies how to handle de-identification of image pixels.

Constructors

Link copied to clipboard
fun ImageConfigArgs(additionalInfoTypes: Output<List<String>>? = null, excludeInfoTypes: Output<List<String>>? = null, textRedactionMode: Output<ImageConfigTextRedactionMode>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ImageConfigArgs

Properties

Link copied to clipboard
val additionalInfoTypes: Output<List<String>>? = null

Additional InfoTypes to redact in the images in addition to those used by text_redaction_mode. Can only be used when text_redaction_mode is set to REDACT_SENSITIVE_TEXT, REDACT_SENSITIVE_TEXT_CLEAN_DESCRIPTORS or TEXT_REDACTION_MODE_UNSPECIFIED.

Link copied to clipboard
val excludeInfoTypes: Output<List<String>>? = null

InfoTypes to skip redacting, overriding those used by text_redaction_mode. Can only be used when text_redaction_mode is set to REDACT_SENSITIVE_TEXT or REDACT_SENSITIVE_TEXT_CLEAN_DESCRIPTORS.

Link copied to clipboard

Determines how to redact text from image.