[[["Ł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-26 UTC."],[[["`Thumbnail.setImage()` configures a `ui.Thumbnail` instance to display a preview of a specified `ee.Image`."],["The method takes an `ee.Image` as input and applies it to the thumbnail for visualization."],["It returns the modified `ui.Thumbnail` instance, allowing for method chaining or further customization."]]],["The core function of `Thumbnail.setImage(image)` is to define the source image for a thumbnail. This method takes an `Image` object as input and sets it as the basis for generating the thumbnail. The function then returns the `ui.Thumbnail` instance itself, allowing for method chaining. The `ui.Thumbnail` object represents a visual preview, and this method specifies what the preview is of.\n"]]