[[["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 2024-05-06 UTC."],[[["The `autocompleteMatch` attribute is used for highlighting match fragments within the `attributedFullText` property of an `AutocompletePlaceSuggestion`."],["This attribute is associated with the `AutocompletePlaceSuggestion` struct and helps in visually representing the matching portions of a place suggestion."],["The declaration of this attribute is `static let autocompleteMatch: NSAttributedString.Key`, indicating it's a key within the `NSAttributedString.Key` namespace."]]],["The core content defines `autocompleteMatch` as an attribute name within `NSAttributedString.Key`. This attribute is used to identify match fragments within the `attributedFullText` of an `AutocompletePlaceSuggestion`. It is a static constant of type `NSAttributedString.Key` and is directly related to the `AutocompletePlaceSuggestion` structure. It helps to identify sections of a text that match a given autocomplete suggestion.\n"]]