View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1BoundingPoly (google_api_document_ai v0.33.0)
A bounding polygon for the detected image annotation.
Attributes
-
normalizedVertices
(type:list(GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1NormalizedVertex.t)
, default:nil
) - The bounding polygon normalized vertices. -
vertices
(type:list(GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1Vertex.t)
, default:nil
) - The bounding polygon vertices.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1BoundingPoly{ normalizedVertices: [GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1NormalizedVertex.t()] | nil, vertices: [GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1Vertex.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.