음악 그룹
유형 이름: MusicGroup
PerformingGroup을 확장합니다.
이름 |
유형 |
설명 |
album |
음악 앨범 |
음악 앨범 |
앨범 |
음악 앨범 |
음악 앨범 컬렉션입니다. |
장르 |
텍스트 |
창작물이나 그룹의 장르입니다. |
음악 그룹 멤버 |
사람 |
음악 그룹의 멤버(예: 존, 폴, 조지, 링고) |
레이싱 |
ItemList 또는 MusicRecording |
음악 녹음(트랙)(일반적으로 1곡) ItemList가 제공되면 목록에 MusicRecording 유형의 항목이 포함되어야 합니다. |
트랙 |
음악 녹음 |
음악 녹음(트랙)(일반적으로 1곡) |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-04(UTC)
[null,null,["최종 업데이트: 2024-09-04(UTC)"],[[["`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"]]