Hình thu nhỏ dạng enum
Thumbnail
là một loại liệt kê, mô tả các trường của ThumbnailObject
.
Chữ ký
export enum Thumbnail
Hội viên
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-11-07 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-11-07 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"]]