[[["התוכן קל להבנה","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)."],[[["Retrieves computed image data for a previously created video thumbnail using the `videoThumbnails.create` request's ID and authorization token."],["Sends an HTTP GET request to a specific URL containing the video thumbnail's name for retrieval."],["Requires an empty request body and returns the computed image data in a generic HTTP response format determined by the method used."],["Needs authorization via OAuth scopes such as `earthengine`, `earthengine.readonly`, `cloud-platform`, or `cloud-platform.read-only`."]]],["This outlines the `getPixels` method for retrieving a computed image. It uses a `GET` request to the specified URL, with the video thumbnail name (`VideoThumbnail.name`) as a required path parameter. The request body must be empty. The method requires specific OAuth scopes for authorization, and success results in a generic HTTP response. It utilizes data (ID and authorization token) previously provided in a `videoThumbnails.create` request.\n"]]