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.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
int |
setTop
Top coordinate of the bounding box. (0,0) is upper left.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getLeft
Left coordinate of the bounding box. (0,0) is upper left.
Returns | |
---|---|
Type | Description |
int |
setLeft
Left coordinate of the bounding box. (0,0) is upper left.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getWidth
Width of the bounding box in pixels.
Returns | |
---|---|
Type | Description |
int |
setWidth
Width of the bounding box in pixels.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getHeight
Height of the bounding box in pixels.
Returns | |
---|---|
Type | Description |
int |
setHeight
Height of the bounding box in pixels.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |