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

Copy Markdown View Source

A bounding polygon for the detected image annotation.

Attributes

  • normalized_vertices (type: list(Googly.CloudVision.Model.NormalizedVertex.t())) - The bounding polygon normalized vertices.
  • vertices (type: list(Googly.CloudVision.Model.Vertex.t())) - The bounding polygon vertices.

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.BoundingPoly{
  normalized_vertices: [Googly.CloudVision.Model.NormalizedVertex.t()] | nil,
  vertices: [Googly.CloudVision.Model.Vertex.t()] | nil
}