GroundingAttribution interface

İmza:

export interface GroundingAttribution 

Özellikler

Özellik Tür Açıklama
confidenceScore sayı
retrievedContext RetrievedContextAttribution
segment Segment
web WebAttribution

GroundingAttribution.confidenceScore

İmza:

confidenceScore?: number;

GroundingAttribution.retrievedContext

İmza:

retrievedContext?: RetrievedContextAttribution;

GroundingAttribution.segment

İmza:

segment: Segment;

GroundingAttribution.web

İmza:

web?: WebAttribution;