Table of Contents

Class GeminiGroundingMetadata

Metadata returned to client when grounding is enabled.

public class GeminiGroundingMetadata
Inheritance
object
GeminiGroundingMetadata
Extension Methods

Fields

GroundingChunks

List of supporting references retrieved from specified grounding source.

public GeminiGroundingChunk[] GroundingChunks

Field Value

GeminiGroundingChunk[]

GroundingSupports

List of grounding support.

public GeminiGroundingSupport[] GroundingSupports

Field Value

GeminiGroundingSupport[]

RetrievalMetadata

Metadata related to retrieval in the grounding flow.

public GeminiRetrievalMetadata RetrievalMetadata

Field Value

GeminiRetrievalMetadata

SearchEntryPoint

Google search entry for the following-up web searches.

public GeminiSearchEntryPoint SearchEntryPoint

Field Value

GeminiSearchEntryPoint

WebSearchQueries

Web search queries for the following-up web search.

public string[] WebSearchQueries

Field Value

string[]