Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1Vertex (googly_cloud_vision v0.1.0)

Copy Markdown View Source

A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.

Attributes

  • x (type: integer()) - X coordinate.
  • y (type: integer()) - Y coordinate.

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1Vertex{
  x: integer() | nil,
  y: integer() | nil
}