Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class SpatialPartition.
Partition of asset in space.
Generated from protobuf message google.cloud.visionai.v1.Partition.SpatialPartition
Namespace
Google \ Cloud \ VisionAI \ V1 \ PartitionMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ x_min
int|string
The minimum x coordinate value.
↳ y_min
int|string
The minimum y coordinate value.
↳ x_max
int|string
The maximum x coordinate value.
↳ y_max
int|string
The maximum y coordinate value.
getXMin
The minimum x coordinate value.
int|string
hasXMin
clearXMin
setXMin
The minimum x coordinate value.
var
int|string
$this
getYMin
The minimum y coordinate value.
int|string
hasYMin
clearYMin
setYMin
The minimum y coordinate value.
var
int|string
$this
getXMax
The maximum x coordinate value.
int|string
hasXMax
clearXMax
setXMax
The maximum x coordinate value.
var
int|string
$this
getYMax
The maximum y coordinate value.
int|string
hasYMax
clearYMax
setYMax
The maximum y coordinate value.
var
int|string
$this

