Image Config Args
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
constructor(additionalInfoTypes: Output<List<String>>? = null, excludeInfoTypes: Output<List<String>>? = null, textRedactionMode: Output<ImageConfigTextRedactionMode>? = null)
Properties
Link copied to clipboard
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
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.