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 \ V2Methods
__construct
Constructor.
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.
int
setTop
Top coordinate of the bounding box. (0,0) is upper left.
var
int
$this
getLeft
Left coordinate of the bounding box. (0,0) is upper left.
int
setLeft
Left coordinate of the bounding box. (0,0) is upper left.
var
int
$this
getWidth
Width of the bounding box in pixels.
int
setWidth
Width of the bounding box in pixels.
var
int
$this
getHeight
Height of the bounding box in pixels.
int
setHeight
Height of the bounding box in pixels.
var
int
$this