קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
יצירת מזהה שאפשר להשתמש בו כדי ליצור תמונה שמכילה אנימציה של כמה תמונות מאוסף.
משתמשים בו בשילוב עם GetVideoThumbnailPixels. קריאה ל-videoThumbnails.create מספקת ביטוי וכמה אפשרויות פלט. התוצאה של videoThumbnails.create היא מזהה שמייצג תמונה שהיא תוצאה של הערכת הביטוי הזה והחלה של האפשרויות האלה. לאחר מכן, אפשר לבצע קריאות ל-GetVideoThumbnailPixels כדי לקבל תמונה שמציגה את כל הרכיבים של ImageCollection, עם אנימציה מהרכיב הראשון עד האחרון. התעודה המזהה תהיה תקפה למשך פרק זמן קצר (כמה שעות).
הבקשה מוגבלת ל-512*512*100 פיקסלים בסך הכול, בכל התמונות ב-ImageCollection. בקשות שיחרגו מהמגבלות האלה יגרמו לקוד שגיאה 400 (BAD_REQUEST).
בקשת HTTP
POST https://earthengine.googleapis.com/v1beta/{parent=projects/*/locations/*}/videoThumbnails
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2025-03-06 (שעון 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"]]