GoogleCloudDocumentaiV1DocumentPageAnchor

AI Overview😉

  • Potential purpose of module in simple language: This module appears to be related to understanding the visual context of entities within a document, such as images, charts, or other multimedia elements. It helps Google's algorithm to better comprehend the relationship between these entities and the surrounding text, which can improve the accuracy of search results.
  • How it could impact search results: This module could impact search results by allowing Google's algorithm to better understand the content and context of a webpage, particularly when it comes to multimedia elements. This could lead to more accurate and relevant search results, as the algorithm can take into account the visual context of the entity being searched for. For example, if a user searches for "images of cats," this module could help Google's algorithm to better understand the context of the images on a webpage and return more relevant results.
  • How a website may change things to be more favorable for this function: To be more favorable for this function, a website could ensure that its multimedia elements are properly labeled and described, using techniques such as alt text for images, descriptive captions, and clear headings. Additionally, using structured data and schema markup can help Google's algorithm to better understand the context and content of the webpage. By providing a clear and organized visual structure, a website can make it easier for Google's algorithm to understand the relationships between entities and the surrounding text, which can improve its visibility and ranking in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Referencing the visual context of the entity in the Document.pages. Page anchors can be cross-page, consist of multiple bounding polygons and optionally reference specific layout element types.

Attributes

  • pageRefs (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageAnchorPageRef.t), default: nil) - One or more references to visual page elements

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.GoogleCloudDocumentaiV1DocumentPageAnchor{
    pageRefs:
      [
        GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageAnchorPageRef.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.