ee.data.getFilmstripThumbId
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Obtenez un ID de miniature de bande de film pour un élément donné.
Renvoie l'ID de la miniature et le jeton facultatif, ou la valeur "null" si un rappel est spécifié.
Utilisation | Renvoie |
---|
ee.data.getFilmstripThumbId(params, callback) | ThumbnailId |
Argument | Type | Détails |
---|
params | FilmstripThumbnailOptions | Paramètres à utiliser pour effectuer la requête. |
callback | Fonction, facultatif | Un rappel facultatif. Si ce paramètre n'est pas spécifié, l'appel est effectué de manière synchrone. |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[null,null,["Dernière mise à jour le 2025/07/26 (UTC)."],[[["\u003cp\u003eRetrieves the thumbnail ID and an optional token for a specified asset, utilizing the \u003ccode\u003eee.data.getFilmstripThumbId\u003c/code\u003e function.\u003c/p\u003e\n"],["\u003cp\u003eRequires input parameters defined within a \u003ccode\u003eFilmstripThumbnailOptions\u003c/code\u003e object to specify the asset.\u003c/p\u003e\n"],["\u003cp\u003eOffers both synchronous and asynchronous execution through an optional callback function.\u003c/p\u003e\n"],["\u003cp\u003eReturns the \u003ccode\u003eThumbnailId\u003c/code\u003e directly if no callback is provided, facilitating immediate use in applications.\u003c/p\u003e\n"]]],[],null,["# ee.data.getFilmstripThumbId\n\n\u003cbr /\u003e\n\nGet a Filmstrip Thumbnail Id for a given asset.\n\n\u003cbr /\u003e\n\nReturns the thumb ID and optional token, or null if a callback is specified.\n\n| Usage | Returns |\n|-----------------------------------------------------|-------------|\n| `ee.data.getFilmstripThumbId(params, `*callback*`)` | ThumbnailId |\n\n| Argument | Type | Details |\n|------------|---------------------------|------------------------------------------------------------------------|\n| `params` | FilmstripThumbnailOptions | Parameters to make the request with. |\n| `callback` | Function, optional | An optional callback. If not supplied, the call is made synchronously. |"]]