Google Privacy Dlp V2Image Transformation Response
data class GooglePrivacyDlpV2ImageTransformationResponse(val allInfoTypes: GooglePrivacyDlpV2AllInfoTypesResponse, val allText: GooglePrivacyDlpV2AllTextResponse, val redactionColor: GooglePrivacyDlpV2ColorResponse, val selectedInfoTypes: GooglePrivacyDlpV2SelectedInfoTypesResponse)
Configuration for determining how redaction of images should occur.
Constructors
Link copied to clipboard
constructor(allInfoTypes: GooglePrivacyDlpV2AllInfoTypesResponse, allText: GooglePrivacyDlpV2AllTextResponse, redactionColor: GooglePrivacyDlpV2ColorResponse, selectedInfoTypes: GooglePrivacyDlpV2SelectedInfoTypesResponse)
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.