class Google::Apis::DlpV2::GooglePrivacyDlpV2ImageLocation

Location of the finding within an image.

Attributes

bounding_boxes[RW]

Bounding boxes locating the pixels within the image containing the finding. Corresponds to the JSON property `boundingBoxes` @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2BoundingBox>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 2893
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dlp_v2/classes.rb, line 2898
def update!(**args)
  @bounding_boxes = args[:bounding_boxes] if args.key?(:bounding_boxes)
end