The domain of the original URI from which the content was retrieved.This property is only supported in the Vertex AI Gemini API (VertexAIBackend). When using the Gemini Developer API (GoogleAIBackend), this property will be undefined.
The domain of the original URI from which the content was retrieved.
This property is only supported in the Vertex AI Gemini API (VertexAIBackend). When using the Gemini Developer API (GoogleAIBackend), this property will be undefined.
[[["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-07-17 UTC."],[],[],null,["# WebGroundingChunk interface\n\nA grounding chunk from the web.\n| **Important:** If using Grounding with Google Search, you are required to comply with the [Service Specific Terms](https://cloud.google.com/terms/service-terms) for \"Grounding with Google Search\".\n\n**Signature:** \n\n export interface WebGroundingChunk \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------|--------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [domain](./ai.webgroundingchunk.md#webgroundingchunkdomain) | string | The domain of the original URI from which the content was retrieved.This property is only supported in the Vertex AI Gemini API ([VertexAIBackend](./ai.vertexaibackend.md#vertexaibackend_class)). When using the Gemini Developer API ([GoogleAIBackend](./ai.googleaibackend.md#googleaibackend_class)), this property will be `undefined`. |\n| [title](./ai.webgroundingchunk.md#webgroundingchunktitle) | string | The title of the retrieved web page. |\n| [uri](./ai.webgroundingchunk.md#webgroundingchunkuri) | string | The URI of the retrieved web page. |\n\nWebGroundingChunk.domain\n------------------------\n\nThe domain of the original URI from which the content was retrieved.\n\nThis property is only supported in the Vertex AI Gemini API ([VertexAIBackend](./ai.vertexaibackend.md#vertexaibackend_class)). When using the Gemini Developer API ([GoogleAIBackend](./ai.googleaibackend.md#googleaibackend_class)), this property will be `undefined`.\n\n**Signature:** \n\n domain?: string;\n\nWebGroundingChunk.title\n-----------------------\n\nThe title of the retrieved web page.\n\n**Signature:** \n\n title?: string;\n\nWebGroundingChunk.uri\n---------------------\n\nThe URI of the retrieved web page.\n\n**Signature:** \n\n uri?: string;"]]