[[["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,["# Citation interface\n\nA single citation.\n\n**Signature:** \n\n export interface Citation \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [endIndex](./ai.citation.md#citationendindex) | number | |\n| [license](./ai.citation.md#citationlicense) | string | |\n| [publicationDate](./ai.citation.md#citationpublicationdate) | Date | The publication date of the cited source, if available.This property is only supported in the Vertex AI Gemini API ([VertexAIBackend](./ai.vertexaibackend.md#vertexaibackend_class)). |\n| [startIndex](./ai.citation.md#citationstartindex) | number | |\n| [title](./ai.citation.md#citationtitle) | string | The title of the cited source, if available.This property is only supported in the Vertex AI Gemini API ([VertexAIBackend](./ai.vertexaibackend.md#vertexaibackend_class)). |\n| [uri](./ai.citation.md#citationuri) | string | |\n\nCitation.endIndex\n-----------------\n\n**Signature:** \n\n endIndex?: number;\n\nCitation.license\n----------------\n\n**Signature:** \n\n license?: string;\n\nCitation.publicationDate\n------------------------\n\nThe publication date of the cited source, if available.\n\nThis property is only supported in the Vertex AI Gemini API ([VertexAIBackend](./ai.vertexaibackend.md#vertexaibackend_class)).\n\n**Signature:** \n\n publicationDate?: Date;\n\nCitation.startIndex\n-------------------\n\n**Signature:** \n\n startIndex?: number;\n\nCitation.title\n--------------\n\nThe title of the cited source, if available.\n\nThis property is only supported in the Vertex AI Gemini API ([VertexAIBackend](./ai.vertexaibackend.md#vertexaibackend_class)).\n\n**Signature:** \n\n title?: string;\n\nCitation.uri\n------------\n\n**Signature:** \n\n uri?: string;"]]