GoogleCloudDocumentaiV1Vertex

AI Overview😉

  • The potential purpose of this module is to analyze and understand the visual structure of an image, likely as part of a larger document or webpage. It appears to be a component of Google's Document AI (Document Understanding AI) technology, which aims to extract meaningful information from documents and images.
  • This module could impact search results by allowing Google to better understand the content and layout of images, potentially improving the accuracy of image search results and the relevance of images returned for a given search query. It may also enable Google to extract more information from images, such as text, objects, or other features, which could be used to improve search results.
  • To be more favorable for this function, a website could ensure that its images are of high quality, have clear and descriptive alt text, and are properly tagged with relevant keywords. Additionally, using schema markup or other forms of structured data to provide context about the image and its contents could help Google's algorithms better understand the image and its relevance to a search query.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1Vertex (google_api_content_warehouse v0.4.0)

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(), default: nil) - X coordinate.
  • y (type: integer(), default: nil) - Y coordinate (starts from the top of the image).

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.