NlpSemanticParsingModelsMediaFrequency

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaFrequency


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

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

View Attributes

Attributes

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

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaFrequency{
band: String.t() | nil,
value: float() | nil
}

Function

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

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