GenerateContentResult interface

GenerativeModel.generateContent() 呼叫傳回的結果物件。

簽名:

export interface GenerateContentResult 

屬性

屬性 類型 說明
回應 EnhancedGenerateContentResponse

GenerateContentResult.response

簽名:

response: EnhancedGenerateContentResponse;