AISummary
protocol AISummary : CustomStringConvertible, Hashable, Sendable
Protocol for the AI-generated summary of the place.
-
The AI disclosure message “Summarized with Gemini”.
Declaration
Swift
var disclosureText: String? { get }
-
The language code of the disclosure text.
Declaration
Swift
var disclosureTextLanguageCode: String? { get }
-
A link where users can flag a problem with the AI-generated summary.
Declaration
Swift
var flagContentURI: URL? { get }