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
fun ImageConfigArgs(additionalInfoTypes: Output<List<String>>? = null, excludeInfoTypes: Output<List<String>>? = null, textRedactionMode: Output<ImageConfigTextRedactionMode>? = null)