GroundingAttribution interface

Podpis:

export interface GroundingAttribution 

Właściwości

Właściwość Typ Opis
confidenceScore Liczba
retrievedContext Pobrane informacje o kontekstie
segment Segment
sieć Atrybucja w internecie

GroundingAttribution.confidenceScore

Podpis:

confidenceScore?: number;

GroundingAttribution.retrievedContext

Podpis:

retrievedContext?: RetrievedContextAttribution;

Podstawa atrybucji.segment

Podpis:

segment: Segment;

Podstawa atrybucji.web

Podpis:

web?: WebAttribution;