Right formatting for the code example:
struct TrailEntity: IndexedEntity {
var displayRepresentation: DisplayRepresentation {
DisplayRepresentation(
title: "\(trail.name)",
subtitle: "\(trail.location)"
)
}
var attributeSet: CSSearchableItemAttributeSet {
let attributes = CSSearchableItemAttributeSet()
attributes.keywords = trail.keywords
return attributes
}
}
Topic:
Machine Learning & AI
SubTopic:
App Intents
Tags: