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