Data Loss Prevention V2 Client - Class BoundingBox (1.12.0)

Reference documentation and code samples for the Data Loss Prevention V2 Client class BoundingBox.

Bounding box encompassing detected text within an image.

Generated from protobuf message google.privacy.dlp.v2.BoundingBox

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ top int

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

↳ left int

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

↳ width int

Width of the bounding box in pixels.

↳ height int

Height of the bounding box in pixels.

getTop

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

Returns
TypeDescription
int

setTop

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getLeft

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

Returns
TypeDescription
int

setLeft

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getWidth

Width of the bounding box in pixels.

Returns
TypeDescription
int

setWidth

Width of the bounding box in pixels.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getHeight

Height of the bounding box in pixels.

Returns
TypeDescription
int

setHeight

Height of the bounding box in pixels.

Parameter
NameDescription
var int
Returns
TypeDescription
$this