GoogleCloudDocumentaiV1NormalizedVertex

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1NormalizedVertex


Table of Contents ▼

Jump to a specific part of the page:

Description

A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.

Attributes List

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

View Attributes

Attributes

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

Type

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

Function

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

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