AI-generated Key Takeaways
-
VideoThumbnail is a resource that represents information about a video thumbnail, allowing rendering of animations from image collections.
-
It includes fields like
name
,expression
for the ImageCollection,videoOptions
for animation,fileFormat
currently supporting GIF, and an optionalgrid
for reprojection and clipping. -
Users can utilize methods like
create
to generate an ID for rendering animation andgetPixels
to compute and display the resulting image.
Resource: VideoThumbnail
Information about a video thumbnail.
JSON representation |
---|
{ "name": string, "expression": { object ( |
Fields | |
---|---|
name |
The resource name representing the video thumbnail, of the form "projects/*/videoThumbnails/**" (e.g. "projects/earthengine-legacy/videoThumbnails/ |
expression |
The expression to compute. Must evaluate to an ImageCollection. |
videoOptions |
Options for the animation. |
fileFormat |
The output encoding in which to generate the resulting video thumbnail. Currently only GIF is supported. |
grid |
An optional pixel grid describing how the images computed by |
Methods |
|
---|---|
|
Creates an ID that can be used to render an image containing an animation of multiple images from a collection. |
|
Computes an image showing the result of a computation. |