Google Classroom アドオンの一般提供が開始されました。詳しくは、
アドオンのドキュメントをご覧ください。
YouTubeVideo
JSON 表現 |
{
"id": string,
"title": string,
"alternateLink": string,
"thumbnailUrl": string
} |
フィールド |
id |
string
YouTube API リソース ID。
|
title |
string
YouTube 動画のタイトル。 読み取り専用です。
|
alternateLink |
string
YouTube 動画の表示に使用できる URL。 読み取り専用です。
|
thumbnailUrl |
string
YouTube 動画のサムネイル画像の URL。 読み取り専用です。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["YouTube video items are represented using JSON and include an ID, title, alternate link, and thumbnail URL."],["Each field within the JSON representation provides specific information about the video, such as its unique identifier, title, viewable link, and thumbnail image."],["All fields are read-only, meaning their values are set by YouTube and cannot be modified through the API."]]],[]]