[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["The `getImage` function, when called on a `ui.Thumbnail` instance, retrieves the image associated with that thumbnail."],["The retrieved image can be an `ee.Image` object or an `ee.ImageCollection`, depending on the thumbnail's content."]]],["The `Thumbnail.getImage()` method retrieves the underlying `ee.Image` or `ee.ImageCollection` used to generate a thumbnail. It takes a `ui.Thumbnail` instance as input, specified as `this: ui.thumbnail`. The output is either an `Image` or `ImageCollection`, representing the data from which the thumbnail is derived. This allows access to the original imagery.\n"]]