Class: Google::Privacy::Dlp::V2::RedactImageResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Results of redacting an image.

Instance Attribute Summary collapse

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.

Returns:

  • (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.



334
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 334

class RedactImageResponse; end

#redacted_image ⇒ String

Returns The redacted image. The type will be the same as the original image.

Returns:

  • (String) —

    The redacted image. The type will be the same as the original image.



334
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 334

class RedactImageResponse; end