Reference documentation and code samples for the Cloud Video Intelligence V1 Client class NormalizedBoundingBox.
Normalized bounding box.
The normalized vertex coordinates are relative to the original image. Range: [0, 1].
Generated from protobuf message google.cloud.videointelligence.v1.NormalizedBoundingBox
Namespace
Google \ Cloud \ VideoIntelligence \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ left
float
Left X coordinate.
↳ top
float
Top Y coordinate.
↳ right
float
Right X coordinate.
↳ bottom
float
Bottom Y coordinate.
getLeft
Left X coordinate.
float
setLeft
Left X coordinate.
var
float
$this
getTop
Top Y coordinate.
float
setTop
Top Y coordinate.
var
float
$this
getRight
Right X coordinate.
float
setRight
Right X coordinate.
var
float
$this
getBottom
Bottom Y coordinate.
float
setBottom
Bottom Y coordinate.
var
float
$this