GroundingAttribution interface

Signature:

export interface GroundingAttribution 

Properties

Property Type Description
confidenceScore number
retrievedContext RetrievedContextAttribution
segment Segment
web WebAttribution

GroundingAttribution.confidenceScore

Signature:

confidenceScore?: number;

GroundingAttribution.retrievedContext

Signature:

retrievedContext?: RetrievedContextAttribution;

GroundingAttribution.segment

Signature:

segment: Segment;

GroundingAttribution.web

Signature:

web?: WebAttribution;