PlaylistImages
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
משאב playlistImage
מזהה
התמונה הממוזערת שמשויכת לפלייליסט.
ייצוג משאבים
במבנה הבא של JSON מוצג הפורמט של משאב playlistImages
:
{
"kind": "youtube#playlistImage",
"id": string,
"snippet": {
"playlistId": string,
"type": string,
"width": string,
"height": string,
}
}
מאפיינים
בטבלה הבאה מוגדרים המאפיינים שמופיעים במשאב הזה:
מאפיינים |
kind |
string
מזהה את הסוג של משאב ה-API. הערך יהיה youtube#playlistImage . |
id |
string
המזהה שמשמש את YouTube לזיהוי ייחודי של תמונת הפלייליסט. |
snippet |
object
האובייקט snippet מכיל פרטים בסיסיים על תמונת הפלייליסט, כמו הסוג והמידות שלו. |
snippet.playlistId |
string
מזהה הפלייליסט של הפלייליסט שאליו משויכת התמונה הזו. |
snippet.type |
string
סוג התמונה.
|
snippet.width |
string
רוחב התמונה. |
snippet.height |
string
גובה התמונות. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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`."]]],["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"]]