PlaylistImages
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
playlistImage
リソースは、
再生リストに関連付けられているサムネイル画像。
メソッド
この API では、playlistImages
リソースについて次のメソッドがサポートされています。
- list
- API リクエスト パラメータに一致する再生リスト画像のコレクションを返します。
今すぐ試す
- insert
- サムネイル画像を再生リストに追加します。
今すぐ試す
- update
- 既存の再生リストのサムネイル画像を更新します。
今すぐ試す
- delete
- 再生リストのサムネイル画像を削除します。
今すぐ試す
プロパティ
次の表は、このリソースで使用されているプロパティの定義を示したものです。
プロパティ |
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
画像の高さ。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-16 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-16 UTC。"],[[["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`."]]],[]]