GenerateContentResult interface

GenerativeModel.generateContent() çağrısından döndürülen sonuç nesnesi.

İmza:

export interface GenerateContentResult 

Özellikler

Özellik Tür Açıklama
yanıt EnhancedGenerateContentResponse

GenerateContentResult.response

İmza:

response: EnhancedGenerateContentResponse;