Interfaccia ThumbnailObject
ThumbnailObject
è un'interfaccia che descrive gli attributi di una foto o
un video.
Firma
interface ThumbnailObject
Firme delle proprietà
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-11-08 UTC.
[null,null,["Ultimo aggiornamento 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"]]