Googly.DocumentAI.Model.GoogleCloudDocumentaiV1NormalizedVertex (googly_document_ai v0.1.0)

Copy Markdown View Source

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

  • x (type: number()) - X coordinate.
  • y (type: number()) - Y coordinate (starts from the top of the image).

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1NormalizedVertex{
  x: number() | nil,
  y: number() | nil
}