Class: Google::Cloud::Dlp::V2::RedactImageResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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.



751
752
753
754
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 751

class RedactImageResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#inspect_result::Google::Cloud::Dlp::V2::InspectResult

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

Returns:



751
752
753
754
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 751

class RedactImageResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.



751
752
753
754
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 751

class RedactImageResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end