Prevention Deidentify Template Deidentify Config Image Transformations Transform
data class PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransform(val allInfoTypes: PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformAllInfoTypes? = null, val allText: PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformAllText? = null, val redactionColor: PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformRedactionColor? = null, val selectedInfoTypes: PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformSelectedInfoTypes? = null)
Constructors
Link copied to clipboard
constructor(allInfoTypes: PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformAllInfoTypes? = null, allText: PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformAllText? = null, redactionColor: PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformRedactionColor? = null, selectedInfoTypes: PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformSelectedInfoTypes? = null)
Properties
Link copied to clipboard
val allInfoTypes: PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformAllInfoTypes? = null
Apply transformation to all findings not specified in other ImageTransformation's selectedInfoTypes.
Link copied to clipboard
val allText: PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformAllText? = null
Apply transformation to all text that doesn't match an infoType.
Link copied to clipboard
val redactionColor: PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformRedactionColor? = 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: PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformSelectedInfoTypes? = null
Apply transformation to the selected infoTypes. Structure is documented below.