NlpSemanticParsingModelsMediaNewsInfo

AI Overview😉

  • The potential purpose of this module is to extract and organize news-related information from search results, including the document ID, content type, publication time, and publisher. This module likely helps Google understand the context and relevance of news articles in search results.
  • This module could impact search results by influencing the ranking and display of news articles. For example, it may prioritize news articles with more recent publication times or from reputable publishers. It could also help Google identify and filter out low-quality or irrelevant news sources.
  • To be more favorable for this function, a website could ensure that their news articles are properly structured and tagged with relevant metadata, such as publication time and publisher information. They could also focus on producing high-quality, timely, and relevant news content to increase their chances of being prioritized in search results. Additionally, using schema.org markup for news articles could help Google better understand the context and content of the article.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • docid (type: String.t, default: nil) - The docid of the news result from News360 backend.
  • newsContentType (type: String.t, default: nil) - Indicates how the type of the news result.
  • publicationTime (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp.t, default: nil) - Publication time of the news, in seconds (unix epoch).
  • publisher (type: String.t, default: nil) - The publisher of the news.

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.NlpSemanticParsingModelsMediaNewsInfo{
    docid: String.t() | nil,
    newsContentType: String.t() | nil,
    publicationTime:
      GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp.t() | nil,
    publisher: 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.