Interface ThumbnailObject
ThumbnailObject
ist eine Benutzeroberfläche, in der die Attribute eines Fotos oder Videos beschrieben werden.
Unterschrift
interface ThumbnailObject
Property-Signaturen
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-11-08 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]