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_textString

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.



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

class RedactImageResponse; end

#inspect_resultGoogle::Privacy::Dlp::V2::InspectResult

Returns The findings. Populated when include_findings in the request is true.

Returns:



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

class RedactImageResponse; end

#redacted_imageString

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.



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

class RedactImageResponse; end