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

Copy Markdown View Source

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

Attributes

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

Summary

Types

t()

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