[[["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."],[[["The `get` method is used to extract a specific property from an image feature."],["It takes the image feature and the property name as input."],["The method returns the value of the specified property."]]],["The core function described is `get(property)`, used to extract a specific property from a feature object. This function takes two arguments: `this: object`, which is the feature from which to extract data, and `property` (string), which specifies the name of the property to retrieve. It's invoked on an `Image` object, such as `Image.get(property)` and it does not return any data.\n"]]