GoogleCloudDocumentaiV1BoundingPoly

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1BoundingPoly


Table of Contents ▼

Jump to a specific part of the page:

Description

A bounding polygon for the detected image annotation.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. normalizedVertices (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1NormalizedVertex), default: nil)
    - The bounding polygon normalized vertices.
  2. vertices (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1Vertex), default: nil)
    - The bounding polygon vertices.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1BoundingPoly