Class: Google::Privacy::Dlp::V2beta1::ImageLocation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#heightInteger

Returns Height of the bounding box in pixels.

Returns:

  • (Integer)

    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

#leftInteger

Returns Left coordinate of the bounding box. (0,0) is upper left.

Returns:

  • (Integer)

    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

#topInteger

Returns Top coordinate of the bounding box. (0,0) is upper left.

Returns:

  • (Integer)

    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

#widthInteger

Returns Width of the bounding box in pixels.

Returns:

  • (Integer)

    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