YouTube কীভাবে Short-এর জন্য ভিউ গণনা করে তা মেলাতে আমরা Data API আপডেট করছি।
আরও জানুন
VideoCategories
একটি videoCategory
সংস্থান এমন একটি বিভাগকে চিহ্নিত করে যা আপলোড করা ভিডিওগুলির সাথে যুক্ত বা হতে পারে৷
পদ্ধতি
এপিআই videoCategories
সংস্থানগুলির জন্য নিম্নলিখিত পদ্ধতিগুলিকে সমর্থন করে:
- list
- YouTube ভিডিওগুলির সাথে যুক্ত হতে পারে এমন বিভাগের একটি তালিকা প্রদান করে৷ এখনই চেষ্টা করে দেখুন ।
সম্পদ প্রতিনিধিত্ব
নিম্নলিখিত JSON স্ট্রাকচার videoCategories
রিসোর্সের ফর্ম্যাট দেখায়:
{
"kind": "youtube#videoCategory",
"etag": etag,
"id": string,
"snippet": {
"channelId": "UCBR8-60-B28hp2BmDPdntcQ",
"title": string,
"assignable": boolean
}
}
বৈশিষ্ট্য
নিম্নলিখিত সারণী এই সম্পদে প্রদর্শিত বৈশিষ্ট্যগুলিকে সংজ্ঞায়িত করে:
বৈশিষ্ট্য |
---|
kind | string API সম্পদের ধরন সনাক্ত করে। মান হবে youtube#videoCategory । |
etag | etag এই সম্পদের Etag. |
id | string ইউটিউব যে আইডিটি ব্যবহার করে ভিডিও বিভাগটি অনন্যভাবে শনাক্ত করতে। |
snippet | object snippet অবজেক্টের শিরোনাম সহ ভিডিও বিভাগ সম্পর্কে প্রাথমিক বিবরণ রয়েছে। |
snippet. channelId | string যে ইউটিউব চ্যানেলটি ভিডিও বিভাগ তৈরি করেছে। |
snippet. title | string ভিডিও বিভাগের শিরোনাম। |
snippet. assignable | boolean ভিডিওগুলি বিভাগের সাথে যুক্ত করা যেতে পারে কিনা তা নির্দেশ করে৷ |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-09 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-09 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["A `videoCategory` resource in the YouTube API defines a category that can be associated with uploaded videos."],["The API's `videoCategories` list method returns a list of categories applicable to YouTube videos."],["Each `videoCategory` resource includes an ID, a title, and information about whether the category is assignable to videos."],["The `snippet` section within a `videoCategory` resource provides basic details such as the channel that created it and its title."],["The `kind` property of the resource is always a string that identifies the resource type as `youtube#videoCategory`."]]],["The `videoCategory` resource identifies video categories for YouTube uploads. The API's `videoCategories.list` method retrieves a list of these categories. Each category is represented with a unique ID, title, and the channel ID that created it. The resource also includes an `assignable` property that indicates if videos can be linked to the specific category. The resource type is identified as `youtube#videoCategory`.\n"]]