[[["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."],[[["This method is used to retrieve a list of band names from an image."],["The `bandNames()` method is applied to an image and returns a list containing the names of the bands as strings."],["The only argument is the image itself."]]],["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"]]