google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RedactImageResponse View Source
Results of redacting an image.
Attributes
- extractedText (String.t): 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. Defaults to:
null. - inspectResult (GooglePrivacyDlpV2InspectResult): The findings. Populated when include_findings in the request is true. Defaults to:
null. - redactedImage (binary()): The redacted image. The type will be the same as the original image. Defaults to:
null.
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 Source
t()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RedactImageResponse{
extractedText: any(),
inspectResult: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectResult.t(),
redactedImage: any()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RedactImageResponse{
extractedText: any(),
inspectResult: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectResult.t(),
redactedImage: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.