[[["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."],[[["`getString()` extracts a string property value from a FeatureCollection."],["The method requires the FeatureCollection object and the property name as input."],["The extracted property value is returned as an ee.String object."],["Code examples demonstrate property extraction in both JavaScript and Python."]]],["The core function described is `getString(property)`, used to extract a string property from a feature. It takes two inputs: the feature itself and the name of the desired property (string). The function returns the property's value as a string. The provided examples demonstrate how to use `getString` in both JavaScript and Python to retrieve the \"string_property\" from a FeatureCollection, with the property set as 'Abies magnifica'.\n"]]