Prevention Deidentify Template Deidentify Config Image Transformations Transform Args
data class PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformArgs(val allInfoTypes: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformAllInfoTypesArgs>? = null, val allText: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformAllTextArgs>? = null, val redactionColor: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformRedactionColorArgs>? = null, val selectedInfoTypes: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformSelectedInfoTypesArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformArgs>
Constructors
Link copied to clipboard
constructor(allInfoTypes: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformAllInfoTypesArgs>? = null, allText: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformAllTextArgs>? = null, redactionColor: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformRedactionColorArgs>? = null, selectedInfoTypes: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformSelectedInfoTypesArgs>? = null)
Properties
Link copied to clipboard
val allInfoTypes: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformAllInfoTypesArgs>? = null
Apply transformation to all findings not specified in other ImageTransformation's selectedInfoTypes.
Link copied to clipboard
val allText: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformAllTextArgs>? = null
Apply transformation to all text that doesn't match an infoType.
Link copied to clipboard
val redactionColor: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformRedactionColorArgs>? = null
The color to use when redacting content from an image. If not specified, the default is black. Structure is documented below.
Link copied to clipboard
val selectedInfoTypes: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformSelectedInfoTypesArgs>? = null
Apply transformation to the selected infoTypes. Structure is documented below.