GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RedactImageResponse (google_api_dlp v0.39.1) View Source
Results of redacting an image.
Attributes
-
extractedText(type:String.t, default:nil) - If an image was being inspected and the InspectConfig's include_quote was set to true, then this field will include all text, if any, that was found in the image. -
inspectResult(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectResult.t, default:nil) - The findings. Populated when include_findings in the request is true. -
redactedImage(type:String.t, default:nil) - The redacted image. The type will be the same as the original image.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RedactImageResponse{
extractedText: String.t(),
inspectResult: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectResult.t(),
redactedImage: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.