Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Tworzy identyfikator, który można wykorzystać do wyrenderowania obrazu zawierającego animację złożoną z kilku obrazów z kolekcji.
Jest on używany w połączeniu z atrybutem GetVideoThumbnailPixels. Wywołanie funkcji videoThumbnails.create udostępnia wyrażenie i niektóre opcje wyjścia. Wynik funkcji videoThumbnails.create to identyfikator, który reprezentuje obraz będący wynikiem oceny tego wyrażenia i zastosowania tych opcji. Następnie można wywołać funkcję GetVideoThumbnailPixels, aby uzyskać obraz pokazujący wszystkie elementy kolekcji obrazów, animowane od pierwszego do ostatniego. Dokument tożsamości będzie ważny przez pewien czas (kilka godzin).
Prośba jest ograniczona do 512 × 512 × 100 pikseli w przypadku wszystkich obrazów w zbiorze. Żądania przekraczające te limity będą skutkować kodem błędu 400 (BAD_REQUEST).
Żądanie HTTP
POST https://earthengine.googleapis.com/v1beta/{parent=projects/*/locations/*}/videoThumbnails
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["Generates an ID to render an animation of images from an ImageCollection, usable with `GetVideoThumbnailPixels`."],["The request is constrained by a total pixel limit of 512\\*512\\*100 across all images in the collection, exceeding which results in a 400 error."],["The ID, valid for a few hours, represents an image created by evaluating an expression and applying output options provided in the `videoThumbnails.create` call."],["`videoThumbnails.create` requires specific IAM permission (`earthengine.videothumbnails.create`) on the parent resource for authorization."],["Authentication requires one of the listed OAuth scopes, including `earthengine`, `earthengine.readonly`, `cloud-platform`, or `cloud-platform.read-only`."]]],["An ID is created via `videoThumbnails.create` to represent an animated image from an ImageCollection. This ID, valid for a few hours, is used with `GetVideoThumbnailPixels` to retrieve the animated image, cycling through the ImageCollection's elements. The request is limited to 512\\*512\\*100 total pixels. A `workloadTag` query can be specified for tracking. The URL is `POST https://earthengine.googleapis.com/v1beta/{parent}/videoThumbnails`, requiring specific OAuth scopes and IAM permission. The request and response body are instances of VideoThumbnail.\n"]]