Class: Google::Apis::DlpV2::GooglePrivacyDlpV2ImageLocation

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb

Overview

Location of the finding within an image.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2ImageLocation

Returns a new instance of GooglePrivacyDlpV2ImageLocation.



5164
5165
5166
# File 'lib/google/apis/dlp_v2/classes.rb', line 5164

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bounding_boxesArray<Google::Apis::DlpV2::GooglePrivacyDlpV2BoundingBox>

Bounding boxes locating the pixels within the image containing the finding. Corresponds to the JSON property boundingBoxes



5162
5163
5164
# File 'lib/google/apis/dlp_v2/classes.rb', line 5162

def bounding_boxes
  @bounding_boxes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5169
5170
5171
# File 'lib/google/apis/dlp_v2/classes.rb', line 5169

def update!(**args)
  @bounding_boxes = args[:bounding_boxes] if args.key?(:bounding_boxes)
end