QualityNsrPQDataSubchunkData

AI Overview😉

  • The potential purpose of this module is to assess the quality and relevance of a webpage's content by analyzing subchunks of the page (e.g., sections, paragraphs, or keywords). It appears to evaluate the confidence, weight, and type of each subchunk to determine its contribution to the overall page quality.
  • This module could impact search results by influencing the ranking of webpages based on the quality and relevance of their content. Pages with higher-quality subchunks that are more relevant to the search query may be ranked higher, while those with lower-quality or less relevant subchunks may be demoted.
  • To be more favorable for this function, a website could focus on creating high-quality, well-structured content with clear and relevant subchunks (e.g., using header tags, concise paragraphs, and targeted keywords). Additionally, ensuring that the content is well-organized, easy to read, and provides value to the user may also improve the assessment of the page's quality and relevance.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Data used to compute delta_subchunk_adjustment. (I.e, the subchunks looked up, with their confidences and weights). This data is not propagated to ascorer.

Attributes

  • confidence (type: number(), default: nil) - Confidence associated with the chunk.
  • deltaNsr (type: number(), default: nil) - Subchunk delta in nsr.
  • pageWeight (type: number(), default: nil) - Weight with which this document belong to this subchunk (greater than 0).
  • type (type: String.t, default: nil) - Type of this chunk. Eg, ymyl_health, d2v, etc.

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.QualityNsrPQDataSubchunkData{
  confidence: number() | nil,
  deltaNsr: number() | nil,
  pageWeight: number() | 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.