GoogleCloudDocumentaiV1BoundingPoly

AI Overview😉

  • The potential purpose of this module is to help Google's algorithm understand the visual content of images and identify specific objects or annotations within those images. This is done by creating a bounding polygon around the detected image annotation, which allows the algorithm to pinpoint the location and shape of the object.
  • This module could impact search results by allowing Google to better understand the content of images and return more relevant results for image-based searches. For example, if a user searches for "pictures of dogs," the algorithm could use this module to identify images that contain dogs and rank them higher in the search results.
  • To be more favorable for this function, a website could optimize its images by providing clear and descriptive alt text, using relevant and descriptive file names, and structuring its image data in a way that makes it easy for Google's algorithm to understand. Additionally, using schema markup to provide additional context about the images could also be beneficial.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A bounding polygon for the detected image annotation.

Attributes

  • normalizedVertices (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1NormalizedVertex.t), default: nil) - The bounding polygon normalized vertices.
  • vertices (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1Vertex.t), default: nil) - The bounding polygon vertices.

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.GoogleCloudDocumentaiV1BoundingPoly{
  normalizedVertices:
    [
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1NormalizedVertex.t()
    ]
    | nil,
  vertices:
    [GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1Vertex.t()]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.