Class: Google::Cloud::Dlp::V2::ImageLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ImageLocation
- 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
-
#bounding_boxes ⇒ ::Array<::Google::Cloud::Dlp::V2::BoundingBox>
Bounding boxes locating the pixels within the image containing the finding.
Instance Attribute Details
#bounding_boxes ⇒ ::Array<::Google::Cloud::Dlp::V2::BoundingBox>
Returns Bounding boxes locating the pixels within the image containing the finding.
650 651 652 653 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 650 class ImageLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |