GuideCategories
注: これは非推奨のお知らせです。
guideCategories
リソースと guideCategories.list
メソッドは、2020 年 9 月 9 日をもって非推奨となりました。
guideCategory
リソースは、チャンネルのコンテンツや、チャンネルの人気度などのその他の指標に基づいて YouTube がアルゴリズムによって割り当てるカテゴリを識別します。このリストは動画カテゴリに似ていますが、動画カテゴリは動画のアップロード元が割り当てることができるのに対し、チャンネル カテゴリは YouTube のみが割り当てることができる点が異なります。
メソッド
この API は、guideCategories
リソースの次のメソッドをサポートしています。
- list
- YouTube チャンネルに関連付けることができるカテゴリのリストを返します。今すぐ試す
リソース表現
次の JSON 構造は、guideCategories
リソースの形式を示しています。
{
"kind": "youtube#guideCategory",
"etag": etag,
"id": string,
"snippet": {
"channelId": "UCBR8-60-B28hp2BmDPdntcQ",
"title": string
}
}
プロパティ
次の表は、このリソースで使用されているプロパティの定義を示したものです。
プロパティ |
kind |
string
API リソースのタイプを識別します。値は youtube#guideCategory になります。 |
etag |
etag
このリソースの Etag。 |
id |
string
YouTube がガイドカテゴリを一意に識別するために使用する ID。 |
snippet |
object
snippet オブジェクトには、カテゴリに関する基本的な詳細(タイトルなど)が含まれています。 |
snippet.channelId |
string
YouTube がガイドカテゴリを公開しているチャンネルを一意に識別するために使用する ID。 |
snippet.title |
string
カテゴリのタイトル。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-29 UTC。
[null,null,["最終更新日 2024-11-29 UTC。"],[[["The `guideCategories` resource and `guideCategories.list` method were deprecated on September 9, 2020."],["A guide category is a classification assigned by YouTube to a channel based on its content or other indicators."],["The `guideCategories.list` method provided a list of categories applicable to YouTube channels."],["The `guideCategory` resource contains an ID, a snippet with basic details like a title, and other metadata such as the category's etag."],["Unlike video categories that are assigned by uploaders, channel categories are exclusively assigned by YouTube."]]],["The `guideCategories` resource and its `list` method were deprecated on September 9, 2020. A `guideCategory` represents a YouTube-assigned category for a channel. The `list` method previously returned categories associated with YouTube channels. The resource's JSON structure included `kind`, `etag`, `id`, and a `snippet` object with `channelId` and `title` properties. Only YouTube could assign these categories, unlike video categories, which could be assigned by the uploader.\n"]]