View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1BoundingPoly (google_api_document_ai v0.39.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1BoundingPoly{
  normalizedVertices:
    [GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1NormalizedVertex.t()]
    | nil,
  vertices:
    [GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1Vertex.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.