Class: Google::Cloud::Dlp::V2::ImageLocation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Location of the finding within an image.

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxes::Array<::Google::Cloud::Dlp::V2::BoundingBox>

Returns Bounding boxes locating the pixels within the image containing the finding.

Returns:



640
641
642
643
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 640

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