Table of Contents

Class GeminiGroundingSupport

Grounding support.

public class GeminiGroundingSupport
Inheritance
object
GeminiGroundingSupport
Extension Methods

Fields

ConfidenceScores

Confidence score of the support references.

public float[] ConfidenceScores

Field Value

float[]

Remarks

Ranges from 0 to 1. 1 is the most confident. This list must have the same size as the GroundingChunkIndices.

GroundingChunkIndices

A list of indices (into GroundingChunks) specifying the citations associated with the claim.

public int[] GroundingChunkIndices

Field Value

int[]

Remarks

For instance [1,3,4] means that GroundingChunks[1], GroundingChunks[3],
GroundingChunks[4] are the retrieved content attributed to the claim.

Segment

Segment of the content this support belongs to.

public GeminiGroundingSupportSegment Segment

Field Value

GeminiGroundingSupportSegment