PlaylistImages
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
playlistImage
संसाधन, किसी प्लेलिस्ट से जुड़ी थंबनेल इमेज की पहचान करता है.
तरीके
एपीआई, playlistImages
संसाधनों के लिए इन तरीकों का इस्तेमाल करता है:
- list
- यह एपीआई अनुरोध के पैरामीटर से मेल खाने वाली प्लेलिस्ट की इमेज का कलेक्शन दिखाता है.
इसे अभी आज़माएं.
- insert
- इस तरीके का इस्तेमाल, किसी प्लेलिस्ट में थंबनेल इमेज जोड़ने के लिए किया जाता है.
इसे अभी आज़माएं.
- अपडेट करें
- यह फ़ंक्शन, किसी मौजूदा प्लेलिस्ट के लिए थंबनेल इमेज को अपडेट करता है.
इसे अभी आज़माएं.
- मिटाएं
- इस तरीके का इस्तेमाल करके, प्लेलिस्ट के थंबनेल की इमेज मिटाई जा सकती है.
इसे अभी आज़माएं.
संसाधन का रेप्रज़ेंटेशन
यहां दिए गए JSON स्ट्रक्चर में, playlistImages
संसाधन का फ़ॉर्मैट दिखाया गया है:
{
"kind": "youtube#playlistImage",
"id": string,
"snippet": {
"playlistId": string,
"type": string,
"width": string,
"height": string,
}
}
प्रॉपर्टी
यहां दी गई टेबल में, इस संसाधन में दिखने वाली प्रॉपर्टी के बारे में बताया गया है:
प्रॉपर्टी |
kind |
string
इससे एपीआई संसाधन के टाइप की पहचान होती है. वैल्यू 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 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-21 (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"]],["आखिरी बार 2025-08-21 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eA playlistImage resource in the YouTube API represents the thumbnail image associated with a specific playlist.\u003c/p\u003e\n"],["\u003cp\u003eThe API provides methods to list, insert, update, and delete playlist images, allowing for comprehensive management of playlist thumbnails.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eplaylistImages\u003c/code\u003e resource contains properties such as \u003ccode\u003ekind\u003c/code\u003e, \u003ccode\u003eid\u003c/code\u003e, and \u003ccode\u003esnippet\u003c/code\u003e, with the \u003ccode\u003esnippet\u003c/code\u003e object detailing the associated playlist's ID, image type, width, and height.\u003c/p\u003e\n"],["\u003cp\u003eThe API's \u003ccode\u003eplaylistImages\u003c/code\u003e resource structure is in JSON format, and the value of \u003ccode\u003ekind\u003c/code\u003e is always \u003ccode\u003eyoutube#playlistImage\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,[]]