[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-20 UTC."],[],[],null,["# GenerateContentResponse interface\n\nIndividual response from [GenerativeModel.generateContent()](./ai.generativemodel.md#generativemodelgeneratecontent) and [GenerativeModel.generateContentStream()](./ai.generativemodel.md#generativemodelgeneratecontentstream). `generateContentStream()` will return one in each chunk until the stream is done.\n\n**Signature:** \n\n export interface GenerateContentResponse \n\nProperties\n----------\n\n| Property | Type | Description |\n|-----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|-------------|\n| [candidates](./ai.generatecontentresponse.md#generatecontentresponsecandidates) | [GenerateContentCandidate](./ai.generatecontentcandidate.md#generatecontentcandidate_interface)\\[\\] | |\n| [promptFeedback](./ai.generatecontentresponse.md#generatecontentresponsepromptfeedback) | [PromptFeedback](./ai.promptfeedback.md#promptfeedback_interface) | |\n| [usageMetadata](./ai.generatecontentresponse.md#generatecontentresponseusagemetadata) | [UsageMetadata](./ai.usagemetadata.md#usagemetadata_interface) | |\n\nGenerateContentResponse.candidates\n----------------------------------\n\n**Signature:** \n\n candidates?: GenerateContentCandidate[];\n\nGenerateContentResponse.promptFeedback\n--------------------------------------\n\n**Signature:** \n\n promptFeedback?: PromptFeedback;\n\nGenerateContentResponse.usageMetadata\n-------------------------------------\n\n**Signature:** \n\n usageMetadata?: UsageMetadata;"]]