Reference documentation and code samples for the Cloud Vision V1 Client class Vertex.
A vertex represents a 2D point in the image.
NOTE: the vertex coordinates are in the same scale as the original image.
Generated from protobuf message google.cloud.vision.v1.Vertex
Namespace
Google \ Cloud \ Vision \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ x |
int
X coordinate. |
↳ y |
int
Y coordinate. |
getX
X coordinate.
Returns | |
---|---|
Type | Description |
int |
setX
X coordinate.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getY
Y coordinate.
Returns | |
---|---|
Type | Description |
int |
setY
Y coordinate.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |