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

Copy Markdown View Source

A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that 0 <= x < width or 0 <= y < height.

Attributes

  • position (type: Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1Position.t()) - Face landmark position.
  • type (type: String.t()) - Face landmark type.

Summary

Types

t()

@type t() ::
  %Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1FaceAnnotationLandmark{
    position:
      Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1Position.t() | nil,
    type: String.t() | nil
  }