google_api_dlp v0.34.2 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RedactImageRequest View Source
Request to search for potentially sensitive info in an image and redact it by covering it with a colored rectangle.
Attributes
byteItem(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ByteContentItem.t, default:nil) - The content must be PNG, JPEG, SVG or BMP.imageRedactionConfigs(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ImageRedactionConfig.t), default:nil) - The configuration for specifying what content to redact from images.includeFindings(type:boolean(), default:nil) - Whether the response should include findings along with the redacted image.inspectConfig(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t, default:nil) - Configuration for the inspector.locationId(type:String.t, default:nil) - The geographic location to process the request. Reserved for future extensions. Location is restricted to 'global', 'us', 'asia', and 'europe'.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RedactImageRequest{
byteItem: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ByteContentItem.t(),
imageRedactionConfigs: [
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ImageRedactionConfig.t()
],
includeFindings: boolean(),
inspectConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t(),
locationId: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.