GMSPlaceAISummary
@protocol GMSPlaceAISummary <NSObject>Protocol for the AI-generated summary of the place.
- 
                  
                  Returns the URI to flag a problem with the summary. DeclarationSwift var flagContentURI: URL? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSURL *flagContentURI;
- 
                  
                  Returns the AI disclosure message “Summarized with Gemini”. DeclarationSwift var disclosureText: String? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSString *disclosureText;
- 
                  
                  Returns the disclosure text’s language code, if available. DeclarationSwift var disclosureTextLanguageCode: String? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSString *disclosureTextLanguageCode;