ee.data.getFilmstripThumbId
Get a Filmstrip Thumbnail Id for a given asset.
Returns the thumb ID and optional token, or null if a callback is specified.
Usage | Returns |
---|
ee.data.getFilmstripThumbId(params, callback) | ThumbnailId |
Argument | Type | Details |
---|
params | FilmstripThumbnailOptions | Parameters to make the request with. |
callback | Function, optional | An optional callback. If not supplied, the call is made synchronously. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["Retrieves the thumbnail ID and an optional token for a specified asset, utilizing the `ee.data.getFilmstripThumbId` function."],["Requires input parameters defined within a `FilmstripThumbnailOptions` object to specify the asset."],["Offers both synchronous and asynchronous execution through an optional callback function."],["Returns the `ThumbnailId` directly if no callback is provided, facilitating immediate use in applications."]]],[]]