[[["わかりやすい","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-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"]]