Interface GroundingAttribution (0.4.0)

Grounding attribution. {GroundingAttributionWeb} - [web] Attribution from the web. {GroundingAttributionSegment} - [segment] Segment of the content this attribution belongs to. {number} - [confidenceScore] Confidence score of the attribution. Ranges from 0 to 1. 1 is the most confident.

Package

@google-cloud/vertexai

Properties

confidenceScore

confidenceScore?: number;

segment

segment?: GroundingAttributionSegment;

web

web?: GroundingAttributionWeb;