React Native Firebase
    Preparing search index...

    A grounding chunk from the web.

    Important: If using Grounding with Google Search, you are required to comply with the Service Specific Terms for "Grounding with Google Search".

    interface WebGroundingChunk {
        domain?: string;
        title?: string;
        uri?: string;
    }
    Index

    Properties

    Properties

    domain?: 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). When using the Gemini Developer API (GoogleAIBackend), this property will be undefined.

    title?: string

    The title of the retrieved web page.

    uri?: string

    The URI of the retrieved web page.