[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-05。"],[[["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."]]],["FilmstripThumbnail information includes a `name`, an `expression` that evaluates to an ImageCollection, and an `orientation` for image placement. It also specifies the output `fileFormat` and an optional `grid` for reprojection/clipping. The key action is using the `create` method to generate an ID for rendering a filmstrip thumbnail, which combines multiple images from a collection into one image. The filmstrip thumbnail's attributes are represented by strings, objects and enumerators.\n"]]