GroundingAttribution interface

署名:

export interface GroundingAttribution 

プロパティ

プロパティ タイプ 説明
confidenceScore 数値
retrievedContext RetrievedContextAttribution
セグメント Segment
ウェブ ウェブ アトリビューション

GroundingAttribution.confidenceScore

署名:

confidenceScore?: number;

GroundingAttribution.retrievedContext

署名:

retrievedContext?: RetrievedContextAttribution;

GroundingAttribution.segment

署名:

segment: Segment;

GroundingAttribution.web

署名:

web?: WebAttribution;