A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
x
integer()
y
@type t() :: %Googly.CloudVision.Model.Vertex{x: integer() | nil, y: integer() | nil}