A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
x
number()
y
@type t() :: %Googly.CloudVision.Model.NormalizedVertex{ x: number() | nil, y: number() | nil }