Class: Google::Privacy::Dlp::V2::ImageLocation
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::ImageLocation
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Location of the finding within an image.
Instance Attribute Summary collapse
- 
  
    
      #bounding_boxes  ⇒ Array<Google::Privacy::Dlp::V2::BoundingBox> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Bounding boxes locating the pixels within the image containing the finding.
 
Instance Attribute Details
#bounding_boxes ⇒ Array<Google::Privacy::Dlp::V2::BoundingBox>
Returns Bounding boxes locating the pixels within the image containing the finding.
      268  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 268 class ImageLocation; end  |