Home > @google/generative-ai > GenerateContentCandidate
A candidate returned as part of a GenerateContentResponse.
Signature:
export interface GenerateContentCandidate
Property | Modifiers | Type | Description |
---|---|---|---|
citationMetadata? | CitationMetadata | (Optional) | |
content | Content | ||
finishMessage? | string | (Optional) | |
finishReason? | FinishReason | (Optional) | |
index | number | ||
safetyRatings? | SafetyRating[] | (Optional) |