GenerateContentResult interface

GenerativeModel.generateContent() कॉल से मिला नतीजा ऑब्जेक्ट.

हस्ताक्षर:

export interface GenerateContentResult 

प्रॉपर्टी

प्रॉपर्टी टाइप ब्यौरा
जवाब GenerateContentResponse

Contentresults.response बनाएं

हस्ताक्षर:

response: EnhancedGenerateContentResponse;