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