GoogleCloudDocumentaiV1Vertex

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1Vertex


Table of Contents ▼

Jump to a specific part of the page:

Description

A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.

Attributes List

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

View Attributes

Attributes

  1. x (type: integer(), default: nil)
    - X coordinate.
  2. y (type: integer(), default: nil)
    - Y coordinate (starts from the top of the image).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1Vertex{
x: integer() | nil,
y: integer() | nil
}

Function

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

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