GMSPlaceGenerativeSummary
@interface GMSPlaceGenerativeSummary : NSObject <GMSPlaceAISummary>A class that represents a place’s generative summary.
- 
                  
                  Localized string describing the overview of the place. DeclarationSwift var overview: String? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSString *overview;
- 
                  
                  The text’s BCP-47 language code, such as “en-US” or “sr-Latn”. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. DeclarationSwift var overviewLanguageCode: String? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSString *overviewLanguageCode;
- 
                  
                  A link where users can flag a problem with the overview summary. DeclarationSwift var flagContentURI: URL? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSURL *flagContentURI;
- 
                  
                  The AI disclosure message “Summarized with Gemini” (and its localized variants). DeclarationSwift var disclosureText: String? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSString *disclosureText;
- 
                  
                  The text’s BCP-47 language code, such as “en-US” or “sr-Latn”. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. DeclarationSwift var disclosureTextLanguageCode: String? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSString *disclosureTextLanguageCode;
- 
                  
                  Unavailable DeclarationObjective-C - (instancetype)init NS_UNAVAILABLE;