NlpSemanticParsingModelsMediaRadio

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaRadio


Table of Contents ▼

Jump to a specific part of the page:

Description

Example: "107.7 the bone"

Attributes List

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

View Attributes

Attributes

  1. annotationList (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMediaAnnotationList, default: nil)
    - Annotations from custom media annotator.
  2. evalData (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData, default: nil)
    - Required, but should only be used inside Aqua and must not be used by outside clients!!
  3. favorite (type: boolean(), default: nil)
    - If true, indicates the user wants their favorite radio station to be played. Ex: [play my favorites on radio]
  4. frequency (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaFrequency, default: nil)
    - This proto may only be partially filled depending on the query. ## Some examples (all of them have open_intent): ## | Query |radio.raw_text|radio.frequency.band|radio.frequency.value| |[play kqed fm]| [kqed fm] | [fm] | N/A | |[play 88.5 fm]| [88.5 fm] | [fm] | 88.5 | | [play 88.5 | [88.5] | N/A | 88.5 | ## | [play fm] | [fm] | [fm] | N/A |

  5. isAnnotatedFromText (type: boolean(), default: nil)
    - Annotation comes from a text annotator. Needed to boost recall. Typically need to be verified in superroot, and have separate scoring.
  6. isFromFastPath (type: boolean(), default: nil)
    - Is annotated by Nimble for the media Fast Path.
  7. qref (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation, default: nil)
    -
  8. rawText (type: String.t, default: nil)
    - Required, corresponds to the raw text, like "107.7"

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaRadio{
annotationList: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMediaAnnotationList.t() | nil,
evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil,
favorite: boolean() | nil,
frequency: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaFrequency.t() | nil,
isAnnotatedFromText: boolean() | nil,
isFromFastPath: boolean() | nil,
qref: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation.t() | nil,
rawText: String.t() | nil
}

Function

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

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