PlaylistImages
playlistImage
資源代表
與播放清單相關的縮圖圖片。
方法
API 支援下列 playlistImages
資源方法:
- list
- 傳回一組符合 API 要求參數的播放清單圖片。
立即試用。
- 插入
- 新增縮圖圖片至播放清單。
立即試用。
- 更新
- 更新現有播放清單的縮圖。
立即試用。
- 刪除
- 刪除播放清單縮圖圖片。
立即試用。
屬性
下表定義了這個資源中顯示的屬性:
屬性 |
kind |
string
識別 API 資源的類型。值為 youtube#playlistImage 。 |
id |
string
YouTube 用來識別播放清單圖片的 ID。 |
snippet |
object
snippet 物件包含播放清單圖片的基本詳細資料,例如類型和尺寸。 |
snippet.playlistId |
string
與此圖片相關聯的播放清單 ID。 |
snippet.type |
string
圖片類型。
|
snippet.width |
string
圖片的寬度。 |
snippet.height |
string
圖片的高度。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-16 (世界標準時間)。
[null,null,["上次更新時間:2024-08-16 (世界標準時間)。"],[[["A playlistImage resource in the YouTube API represents the thumbnail image associated with a specific playlist."],["The API provides methods to list, insert, update, and delete playlist images, allowing for comprehensive management of playlist thumbnails."],["The `playlistImages` resource contains properties such as `kind`, `id`, and `snippet`, with the `snippet` object detailing the associated playlist's ID, image type, width, and height."],["The API's `playlistImages` resource structure is in JSON format, and the value of `kind` is always `youtube#playlistImage`."]]],["The `playlistImage` resource represents a playlist's thumbnail. The API provides methods to interact with these images: `list` retrieves images, `insert` adds an image, `update` modifies an existing image, and `delete` removes an image. Each `playlistImage` resource contains an `id`, `kind` which will always be `youtube#playlistImage`, and a `snippet` with details like `playlistId`, `type`, `width`, and `height` of the image.\n"]]