Interface GenerateContentResult

Result object returned from generateContent() call.

interface GenerateContentResult {
    response: EnhancedGenerateContentResponse;
}

Properties

Properties