Enum Thumbnail
Thumbnail
is an enumerated type describing the fields of a ThumbnailObject
.
Signature
export enum Thumbnail
Members
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-17 UTC.
[null,null,["Last updated 2024-09-17 UTC."],[[["`Thumbnail` is an enum used to define the properties of a `ThumbnailObject`."],["It includes fields for specifying the type, URL, height, and width of a thumbnail."],["Each field within the `Thumbnail` enum is further documented in its respective linked page."]]],["`Thumbnail` is an enumerated type that defines the structure of a `ThumbnailObject`. It includes four members: `TYPE`, `URL`, `HEIGHT`, and `WIDTH`. These members represent the various fields associated with a thumbnail. `TYPE` likely describes the thumbnail's format, `URL` contains its location, and `HEIGHT` and `WIDTH` specify its dimensions. Each member is further detailed in separate documentation files.\n"]]