音樂團體
類型名稱:MusicGroup
擴充 PerformingGroup
名稱 |
類型 |
說明 |
專輯 |
音樂專輯 |
音樂專輯。 |
本相簿 |
音樂專輯 |
音樂專輯收藏。 |
類型 |
Text |
創意作品或團體的類型。 |
musicGroupMember (音樂群組成員) |
Person |
音樂團體的成員,例如 John、Paul、George 或 Ringo。 |
追蹤 |
ItemList 或 MusicRecording |
錄音內容 (曲目) - 通常是單首歌曲。如果指定了 ItemList,該清單應包含 MusicRecording 類型的項目。 |
歷程 |
音樂錄音 |
錄音內容 (曲目) - 通常是單首歌曲。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-04 (世界標準時間)。
[null,null,["上次更新時間:2024-09-04 (世界標準時間)。"],[[["`MusicGroup` extends the `PerformingGroup` type and provides properties specific to musical groups."],["It includes details like albums, genre, members (`musicGroupMember`), and individual tracks or a collection of tracks."],["Tracks can be represented using `MusicRecording` for single songs or `ItemList` for a collection of `MusicRecording` items."],["Key properties include `album`, `albums`, `genre`, `musicGroupMember`, `track`, and `tracks`, providing comprehensive information about the music group."]]],["The `MusicGroup` type, extending `PerformingGroup`, includes properties for describing musical entities. Key information includes `album` and `albums` to define music albums. `genre` specifies the music genre. `musicGroupMember` details individual members, while `track` and `tracks` properties provide ways to list individual music recordings, using `MusicRecording` types or an `ItemList` of `MusicRecording` instances.\n"]]