NlpSemanticParsingModelsMediaFrequency

AI Overview😉

  • The potential purpose of this module is to identify and extract information about terrestrial radio stations from search queries or web content, specifically their broadcast frequency (e.g., 99.1 FM or 730 AM).
  • This module could impact search results by allowing Google to better understand and process search queries related to radio stations, potentially improving the relevance and accuracy of search results for users searching for specific radio stations or frequencies.
  • To be more favorable for this function, a website could ensure that their content clearly and accurately provides information about radio stations, including their broadcast frequencies, and uses structured data and schema markup to help Google's algorithm understand and extract this information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Defines a frequency for a terrestrial radio station. For instance, 99.1 FM, 730 AM, etc. Next ID: 4

Attributes

  • band (type: String.t, default: nil) - The broadcast band used by the radio station.
  • value (type: float(), default: nil) - Frequency in MHz (for FM) and KHz (for AM).

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.NlpSemanticParsingModelsMediaFrequency{
    band: String.t() | nil,
    value: float() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.