View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMusicArtist (google_api_content_warehouse v0.4.0)
Example: "The Beatles"
Attributes
-   annotationList(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMediaAnnotationList.t, default:nil) - Annotations from custom media annotator.
-   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!!
-   favorite(type:boolean(), default:nil) - If true, indicates the user wants their favorite album. Like [play my favorite album my Eminem]
-   isFromFastPath(type:boolean(), default:nil) - Is annotated by Nimble for the media Fast Path.
-   playMore(type:boolean(), default:nil) - More from this artist.
-   qref(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation.t, default:nil) -
-   rawText(type:String.t, default:nil) - Required, corresponds to the raw text, like "The Beatles"
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMusicArtist{ annotationList: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMediaAnnotationList.t() | nil, evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil, favorite: boolean() | nil, isFromFastPath: boolean() | nil, playMore: boolean() | nil, qref: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation.t() | nil, rawText: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.