GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1BoundingPoly (google_api_document_ai v0.29.0) View Source
A bounding polygon for the detected image annotation.
Attributes
-
normalizedVertices
(type:list(GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1NormalizedVertex.t)
, default:nil
) - The bounding polygon normalized vertices. -
vertices
(type:list(GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1Vertex.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.V1beta3.Model.GoogleCloudDocumentaiV1beta1BoundingPoly{ normalizedVertices: [ GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1NormalizedVertex.t() ] | nil, vertices: [ GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1Vertex.t() ] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.