NlpSemanticParsingModelsMediaGenericMusic

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaGenericMusic


Table of Contents ▼

Jump to a specific part of the page:

Description

Example: "my library", "some music".

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. Deprecated - generic music deeplinks should be added to the Provider config, not to the grammar.
  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. newMusic (type: boolean(), default: nil)
    - New music.
  4. rawText (type: String.t, default: nil)
    - Required, corresponds to the raw text, like "my tracks"
  5. type (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaGenericMusic{
annotationList: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMediaAnnotationList.t() | nil,
evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil,
newMusic: boolean() | nil,
rawText: String.t() | nil,
type: String.t() | nil
}

Function

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

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