[[["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 2025-08-27 UTC."],[],[],null,["# FirebaseAI Framework Reference\n\nWebGroundingChunk\n=================\n\n @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)\n public struct WebGroundingChunk : Sendable\n\n extension ../../Structs/GroundingMetadata.html.WebGroundingChunk: Decodable\n\nA grounding chunk sourced from the web.\n- `\n ``\n ``\n `\n\n ### [uri](#/s:10FirebaseAI17GroundingMetadataV03WebC5ChunkV3uriSSSgvp)\n\n `\n ` \n The URI of the retrieved web page. \n\n #### Declaration\n\n Swift \n\n public let uri: String?\n\n- `\n ``\n ``\n `\n\n ### [title](#/s:10FirebaseAI17GroundingMetadataV03WebC5ChunkV5titleSSSgvp)\n\n `\n ` \n The title of the retrieved web page. \n\n #### Declaration\n\n Swift \n\n public let title: String?\n\n- `\n ``\n ``\n `\n\n ### [domain](#/s:10FirebaseAI17GroundingMetadataV03WebC5ChunkV6domainSSSgvp)\n\n `\n ` \n The domain of the original URI from which the content was retrieved.\n\n This field is only populated when using the Vertex AI Gemini API. \n\n #### Declaration\n\n Swift \n\n public let domain: String?"]]