Reference documentation and code samples for the Google Cloud Document Ai 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.documentai.v1.Vertex
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ x
int
X coordinate.
↳ y
int
Y coordinate (starts from the top of the image).
getX
X coordinate.
Generated from protobuf field int32 x = 1;
int
setX
X coordinate.
Generated from protobuf field int32 x = 1;
var
int
$this
getY
Y coordinate (starts from the top of the image).
Generated from protobuf field int32 y = 2;
int
setY
Y coordinate (starts from the top of the image).
Generated from protobuf field int32 y = 2;
var
int
$this