View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaGenericMusic (google_api_content_warehouse v0.4.0)
Example: "my library", "some music".
Attributes
-
annotationList
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMediaAnnotationList.t
, default:nil
) - Annotations from custom media annotator. Deprecated - generic music deeplinks should be added to the Provider config, not to the grammar. -
evalData
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t
, default:nil
) - Required, but should only be used inside Aqua and must not be used by outside clients!! -
newMusic
(type:boolean()
, default:nil
) - New music. -
rawText
(type:String.t
, default:nil
) - Required, corresponds to the raw text, like "my tracks" -
type
(type:String.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.