SdrPageAnchorsSitelinkWrapper

AI Overview😉

  • The potential purpose of this module is to analyze and understand the structure and content of a webpage, particularly the headings, passages, and sitelinks, to generate embeddings that can be used for better search result ranking.
  • This module could impact search results by allowing Google to better understand the hierarchy and content of a webpage, which could lead to more accurate and relevant search results. It may also help Google to identify the most important parts of a webpage and give them more weight in search rankings.
  • A website may change things to be more favorable for this function by using clear and descriptive headings, organizing content into logical passages, and using sitelinks that accurately reflect the structure and content of the webpage. Additionally, using high-quality and relevant content in passages and headings may also improve the embeddings generated by this module.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This wrapper is used for passing in additional information to generate embeddings in Goldmine.

Attributes

  • abbreviatedHeadingText (type: String.t, default: nil) -
  • abbrvEmbedding (type: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding.t, default: nil) -
  • headingEmbedding (type: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding.t, default: nil) -
  • normalizedHeadingText (type: String.t, default: nil) -
  • passageEmbedding (type: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding.t, default: nil) -
  • passageText (type: String.t, default: nil) -

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.SdrPageAnchorsSitelinkWrapper{
  abbreviatedHeadingText: String.t() | nil,
  abbrvEmbedding: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding.t() | nil,
  headingEmbedding: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding.t() | nil,
  normalizedHeadingText: String.t() | nil,
  passageEmbedding: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding.t() | nil,
  passageText: String.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.