Class: Google::Privacy::Dlp::V2::RedactImageResponse
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::RedactImageResponse
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Results of redacting an image.
Instance Attribute Summary collapse
-
#extracted_text ⇒ String
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.
-
#inspect_result ⇒ Google::Privacy::Dlp::V2::InspectResult
The findings.
-
#redacted_image ⇒ String
The redacted image.
Instance Attribute Details
#extracted_text ⇒ String
Returns 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.
352 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 352 class RedactImageResponse; end |
#inspect_result ⇒ Google::Privacy::Dlp::V2::InspectResult
Returns The findings. Populated when include_findings in the request is true.
352 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 352 class RedactImageResponse; end |
#redacted_image ⇒ String
Returns The redacted image. The type will be the same as the original image.
352 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 352 class RedactImageResponse; end |