AI-generated Key Takeaways
-
FilmstripThumbnail resource provides information about a filmstrip thumbnail, which is an image containing multiple images from a collection.
-
It's represented in JSON format with fields like name, expression (to compute an ImageCollection), orientation, file format, and grid for image placement.
-
You can use the
create
method to generate an ID for rendering the filmstrip thumbnail image. -
The expression field must evaluate to an ImageCollection, which forms the basis of the thumbnail's content.
Resource: FilmstripThumbnail
Information about a filmstrip thumbnail.
JSON representation |
---|
{ "name": string, "expression": { object ( |
Fields | |
---|---|
name |
The resource name representing the filmstrip thumbnail, of the form "projects/*/filmstripThumbnails/**" (e.g. "projects/earthengine-legacy/filmstripThumbnails/ |
expression |
The expression to compute. Must evaluate to an ImageCollection. |
orientation |
How the images should be placed to form the filmstrip thumbnail. |
fileFormat |
The output encoding in which to generate the resulting image. |
grid |
An optional pixel grid describing how the images computed by |
Methods |
|
---|---|
|
Creates an ID that can be used to render an image containing multiple images from a collection. |