インターフェース ThumbnailObject
ThumbnailObject
は、写真または動画の属性を記述するインターフェースです。
署名
interface ThumbnailObject
プロパティの署名
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-08 UTC。
[null,null,["最終更新日 2024-11-08 UTC。"],[[["`ThumbnailObject` interface provides details about the visual representation of a photo or video, like its dimensions and location."],["It includes properties like `height`, `type`, `url`, and `width` to describe the thumbnail's characteristics."]]],["`ThumbnailObject` interface defines the characteristics of a photo or video thumbnail. It includes properties such as `height`, `type`, `url`, and `width`. These properties describe the thumbnail's dimensions, content type, and its location via a URL. The interface provides a standardized way to represent thumbnail data for images and videos. The actual implementation of each properties is detailed in their corresponding documents.\n"]]