React Native Firebase
    Preparing search index...

    A single citation.

    interface Citation {
        endIndex?: number;
        license?: string;
        publicationDate?: Date;
        startIndex?: number;
        title?: string;
        uri?: string;
    }
    Index

    Properties

    endIndex?: number
    license?: string
    publicationDate?: Date

    The publication date of the cited source, if available.

    This property is only supported in the Vertex AI Gemini API (VertexAIBackend).

    startIndex?: number
    title?: string

    The title of the cited source, if available.

    This property is only supported in the Vertex AI Gemini API (VertexAIBackend).

    uri?: string