[[["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."],[[["\u003cp\u003eThis method is used to retrieve a list of band names from an image.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ebandNames()\u003c/code\u003e method is applied to an image and returns a list containing the names of the bands as strings.\u003c/p\u003e\n"],["\u003cp\u003eThe only argument is the image itself.\u003c/p\u003e\n"]]],["The `Image.bandNames()` function retrieves a list of band names from a given image. It takes one argument: the image itself. The function operates on an `Image` object and returns a `List` containing the string names of each band within that image. No other operations are performed besides listing existing band names.\n"],null,["# ee.Image.bandNames\n\nReturns a list containing the names of the bands of an image.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------|---------|\n| Image.bandNames`()` | List |\n\n| Argument | Type | Details |\n|---------------|-------|-----------------------------------------|\n| this: `image` | Image | The image from which to get band names. |"]]