GooglePrivacyDlpV2ImageTransformationArgs

data class GooglePrivacyDlpV2ImageTransformationArgs(val allInfoTypes: Output<GooglePrivacyDlpV2AllInfoTypesArgs>? = null, val allText: Output<GooglePrivacyDlpV2AllTextArgs>? = null, val redactionColor: Output<GooglePrivacyDlpV2ColorArgs>? = null, val selectedInfoTypes: Output<GooglePrivacyDlpV2SelectedInfoTypesArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2ImageTransformationArgs>

Configuration for determining how redaction of images should occur.

Constructors

fun GooglePrivacyDlpV2ImageTransformationArgs(allInfoTypes: Output<GooglePrivacyDlpV2AllInfoTypesArgs>? = null, allText: Output<GooglePrivacyDlpV2AllTextArgs>? = null, redactionColor: Output<GooglePrivacyDlpV2ColorArgs>? = null, selectedInfoTypes: Output<GooglePrivacyDlpV2SelectedInfoTypesArgs>? = null)

Functions

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

Properties

Link copied to clipboard

Apply transformation to all findings not specified in other ImageTransformation's selected_info_types. Only one instance is allowed within the ImageTransformations message.

Link copied to clipboard

Apply transformation to all text that doesn't match an infoType. Only one instance is allowed within the ImageTransformations message.

Link copied to clipboard

The color to use when redacting content from an image. If not specified, the default is black.

Link copied to clipboard

Apply transformation to the selected info_types.