GroundingAttribution interface

Signature:

exportinterfaceGroundingAttribution

Properties

PropertyTypeDescription
confidenceScorenumber
retrievedContextRetrievedContextAttribution
segmentSegment
webWebAttribution

GroundingAttribution.confidenceScore

Signature:

confidenceScore?:number;

GroundingAttribution.retrievedContext

Signature:

retrievedContext?:RetrievedContextAttribution;

GroundingAttribution.segment

Signature:

segment:Segment;

GroundingAttribution.web

Signature:

web?:WebAttribution;