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
@type t() :: %Googly.CloudVision.Model.BoundingPoly{ normalized_vertices: [Googly.CloudVision.Model.NormalizedVertex.t()] | nil, vertices: [Googly.CloudVision.Model.Vertex.t()] | nil }