Google Cloud Datalabeling V1beta1 Client - Class Vertex (0.5.0)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 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.datalabeling.v1beta1.Vertex

Namespace

Google \ Cloud \ DataLabeling \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ x int

X coordinate.

↳ y int

Y coordinate.

getX

X coordinate.

Returns
TypeDescription
int

setX

X coordinate.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getY

Y coordinate.

Returns
TypeDescription
int

setY

Y coordinate.

Parameter
NameDescription
var int
Returns
TypeDescription
$this