Stay organized with collections
Save and categorize content based on your preferences.
Firebase.AI.WebGroundingChunk
A grounding chunk sourced from the web.
Summary
Properties
|
Domain
|
string
The domain of the original URI from which the content was retrieved.
|
Title
|
string
The title of the retrieved web page.
|
Uri
|
System.Uri
The URI of the retrieved web page.
|
Properties
Domain
string Firebase::AI::WebGroundingChunk::Domain
The domain of the original URI from which the content was retrieved.
This field is only populated when using the Vertex AI Gemini API.
Title
string Firebase::AI::WebGroundingChunk::Title
The title of the retrieved web page.
Uri
System.Uri Firebase::AI::WebGroundingChunk::Uri
The URI of the retrieved web page.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-24 UTC.
[null,null,["Last updated 2025-07-24 UTC."],[],[],null,["# Firebase.AI.WebGroundingChunk Struct Reference\n\nFirebase.AI.WebGroundingChunk\n=============================\n\nA grounding chunk sourced from the web.\n\nSummary\n-------\n\n| ### Properties ||\n|-----------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|\n| [Domain](#struct_firebase_1_1_a_i_1_1_web_grounding_chunk_1ac29cbc0bc4b2abe15cc35501c5e56bd5) | `string` The domain of the original URI from which the content was retrieved. |\n| [Title](#struct_firebase_1_1_a_i_1_1_web_grounding_chunk_1a6611e76483727b80237c64d4129bc4a3) | `string` The title of the retrieved web page. |\n| [Uri](#struct_firebase_1_1_a_i_1_1_web_grounding_chunk_1a2b8b0191f23377ab1c6b56e6c57abdba) | `System.Uri` The URI of the retrieved web page. |\n\nProperties\n----------\n\n### Domain\n\n```c#\nstring Firebase::AI::WebGroundingChunk::Domain\n``` \nThe domain of the original URI from which the content was retrieved.\n\nThis field is only populated when using the Vertex [AI](/docs/reference/unity/namespace/firebase/a-i#namespace_firebase_1_1_a_i) Gemini API. \n\n### Title\n\n```c#\nstring Firebase::AI::WebGroundingChunk::Title\n``` \nThe title of the retrieved web page. \n\n### Uri\n\n```c#\nSystem.Uri Firebase::AI::WebGroundingChunk::Uri\n``` \nThe URI of the retrieved web page."]]