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

Copy Markdown View Source

A 3D position in the image, used primarily for Face detection landmarks. A valid Position must have both x and y coordinates. The position coordinates are in the same scale as the original image.

Attributes

  • x (type: number()) - X coordinate.
  • y (type: number()) - Y coordinate.
  • z (type: number()) - Z coordinate (or depth).

Summary

Types

t()

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