Googly. DocumentAI. Model. GoogleCloudDocumentaiV1BoundingPoly
(googly_document_ai v0.1.0)
Copy Markdown
View Source
A bounding polygon for the detected image annotation.
Attributes
-
normalized_vertices(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1NormalizedVertex.t())) - The bounding polygon normalized vertices. -
vertices(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1Vertex.t())) - The bounding polygon vertices.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1BoundingPoly{ normalized_vertices: [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1NormalizedVertex.t()] | nil, vertices: [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1Vertex.t()] | nil }