NlpSemanticParsingModelsMediaRadioInfo

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaRadioInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. frequency (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaFrequency, default: nil)
    - Frequency of the terrestrial radio station.
  2. location (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaLatLng, default: nil)
    - Location of the radio station.
  3. 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).

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaRadioInfo