GenerateContentResult interface

Đối tượng kết quả được trả về từ lệnh gọi GenerativeModel.generateContent().

Chữ ký:

export interface GenerateContentResult 

Thuộc tính

Tài sản Loại Mô tả
phản hồi Nâng caoGenerateContentResponse

GenerateContentResult.response

Chữ ký:

response: EnhancedGenerateContentResponse;