| Package | Description |
|---|---|
| com.google.api.services.dlp.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2ImageRedactionConfig |
GooglePrivacyDlpV2ImageRedactionConfig.clone() |
GooglePrivacyDlpV2ImageRedactionConfig |
GooglePrivacyDlpV2ImageRedactionConfig.set(String fieldName,
Object value) |
GooglePrivacyDlpV2ImageRedactionConfig |
GooglePrivacyDlpV2ImageRedactionConfig.setInfoType(GooglePrivacyDlpV2InfoType infoType)
Only one per info_type should be provided per request.
|
GooglePrivacyDlpV2ImageRedactionConfig |
GooglePrivacyDlpV2ImageRedactionConfig.setRedactAllText(Boolean redactAllText)
If true, all text found in the image, regardless whether it matches an info_type, is redacted.
|
GooglePrivacyDlpV2ImageRedactionConfig |
GooglePrivacyDlpV2ImageRedactionConfig.setRedactionColor(GooglePrivacyDlpV2Color redactionColor)
The color to use when redacting content from an image.
|
| Modifier and Type | Method and Description |
|---|---|
List<GooglePrivacyDlpV2ImageRedactionConfig> |
GooglePrivacyDlpV2RedactImageRequest.getImageRedactionConfigs()
The configuration for specifying what content to redact from images.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2RedactImageRequest |
GooglePrivacyDlpV2RedactImageRequest.setImageRedactionConfigs(List<GooglePrivacyDlpV2ImageRedactionConfig> imageRedactionConfigs)
The configuration for specifying what content to redact from images.
|
Copyright © 2011–2020 Google. All rights reserved.