GroundingAttribution interface

簽名:

export interface GroundingAttribution 

屬性

屬性 類型 說明
confidenceScore 數字
retrievedContext RetrievedContextAttribution
區隔 Segment
網站 網路歸因

基準歸因.confidenceScore

簽名:

confidenceScore?: number;

GroundingAttribution.retrievedContext

簽名:

retrievedContext?: RetrievedContextAttribution;

根據歸因資料區隔

簽名:

segment: Segment;

GroundingAttribution.web

簽名:

web?: WebAttribution;