GroundingAttribution interface

Podpis:

export interface GroundingAttribution 

Właściwości

Właściwość Typ Opis
confidenceScore, liczba
retrievedContext, DownloaddContextAttribution
posegmentuj Segment
sieć WebAttribution (w języku angielskim)

GroundingAttribution.confidenceScore

Podpis:

confidenceScore?: number;

GroundingAttribution.retrievedContext

Podpis:

retrievedContext?: RetrievedContextAttribution;

GroundingAttribution.segment

Podpis:

segment: Segment;

GroundingAttribution.web

Podpis:

web?: WebAttribution;