Class: Google::Privacy::Dlp::V2beta1::ImageLocation
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::ImageLocation
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Bounding box encompassing detected text within an image.
Instance Attribute Summary collapse
-
#height ⇒ Integer
Height of the bounding box in pixels.
-
#left ⇒ Integer
Left coordinate of the bounding box.
-
#top ⇒ Integer
Top coordinate of the bounding box.
-
#width ⇒ Integer
Width of the bounding box in pixels.
Instance Attribute Details
#height ⇒ Integer
Returns Height of the bounding box in pixels.
188 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 188 class ImageLocation; end |
#left ⇒ Integer
Returns Left coordinate of the bounding box. (0,0) is upper left.
188 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 188 class ImageLocation; end |
#top ⇒ Integer
Returns Top coordinate of the bounding box. (0,0) is upper left.
188 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 188 class ImageLocation; end |
#width ⇒ Integer
Returns Width of the bounding box in pixels.
188 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 188 class ImageLocation; end |