The resource name representing the filmstrip thumbnail, of the form "projects/*/filmstripThumbnails/**" (e.g. "projects/earthengine-legacy/filmstripThumbnails/").
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["A filmstrip thumbnail is a resource that creates an image containing multiple images from an Earth Engine ImageCollection."],["It's defined by an expression (evaluating to an ImageCollection), orientation, file format, and optional pixel grid for reprojection and clipping."],["Filmstrip thumbnails are represented by a resource name and can be created using the `create` method."]]],["FilmstripThumbnail resources contain information for generating a multi-image thumbnail. Key information includes the `name` (resource identifier), `expression` (an ImageCollection to evaluate), `orientation` (layout of images), `fileFormat` (output image encoding), and an optional `grid` (for reprojection/clipping). The `create` method generates an ID to render the filmstrip from the image collection. Each field provides parameters to the filmstrip generation.\n"]]