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

Copy Markdown View Source

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.

Attributes

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

Summary

Types

t()

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