NlpSemanticParsingModelsMediaRadioInfo

AI Overview😉

  • The potential purpose of this module is to gather and analyze metadata about radio stations, including their frequency, location, and popularity, in order to provide more accurate and relevant search results for users searching for radio stations or related topics.
  • This module could impact search results by influencing the ranking of radio stations in search engine results pages (SERPs). Radio stations with higher popularity scores (closer to 5) may be ranked higher in search results, while those with lower popularity scores (closer to 0) may be ranked lower. This could also affect the display of radio station information in search results, such as the frequency and location of the station.
  • To be more favorable for this function, a website may want to ensure that it provides accurate and up-to-date metadata about the radio stations it represents, including frequency and location information. Additionally, the website may want to focus on increasing its popularity score by promoting its radio stations through social media, online advertising, and other marketing efforts. This could also involve optimizing the website's content and structure to make it more easily crawlable and indexable by search engines.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Metadata for a radio station (both terrestrial and internet). Next ID: 4

Attributes

  • frequency (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaFrequency.t, default: nil) - Frequency of the terrestrial radio station.
  • location (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaLatLng.t, default: nil) - Location of the radio station.
  • popularity (type: float(), default: nil) - Popularity of the radio station. This will be used in ranking of the radio stations. This value should be between 0 (least popular) and 5 (most popular).

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.NlpSemanticParsingModelsMediaRadioInfo{
    frequency:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaFrequency.t()
      | nil,
    location:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaLatLng.t()
      | nil,
    popularity: float() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.