ExtraSnippetInfoResponseTidbit

AI Overview😉

  • The potential purpose of this module is to extract and highlight relevant information (tidbits) from a document or webpage, specifically related to the search query terms. This module appears to be responsible for identifying and scoring these tidbits, which can then be used to generate snippets or other forms of summarized content.
  • This module could impact search results by influencing the ranking and presentation of search results. By identifying and scoring tidbits, this module can help determine which content is most relevant and useful to the user, and therefore which results should be displayed more prominently. This could lead to more accurate and informative search results, as well as improved user experience.
  • To be more favorable for this function, a website could focus on creating high-quality, informative content that is optimized for search queries. This could include using clear and concise language, breaking up content into easily digestible sections, and ensuring that relevant keywords and phrases are used throughout the content. Additionally, a website could consider using structured data and schema markup to help search engines better understand the content and identify relevant tidbits.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • anchorinfo (type: GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseTidbitAnchorInfo.t, default: nil) -
  • begin (type: integer(), default: nil) - For tidbits only: position of tidbit in the document. More specifically, tidbit is found at [begin, end) in the document's tokens.
  • end (type: integer(), default: nil) -
  • items (type: String.t, default: nil) - a bitvector of each query term within this tidbit
  • score (type: number(), default: nil) - the score for this tidbit if there was one this is returned for Snippets and Tidbits and is only meaningful for comparing between objects of the same type (snippet to snippet, tidbit to tidbit)
  • text (type: String.t, default: nil) - the tidbit text, with search terms already highlighted
  • type (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.ExtraSnippetInfoResponseTidbit{
  anchorinfo:
    GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseTidbitAnchorInfo.t()
    | nil,
  begin: integer() | nil,
  end: integer() | nil,
  items: String.t() | nil,
  score: number() | nil,
  text: String.t() | nil,
  type: 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.