CitationMetadata

@Serializable
data class CitationMetadata(val citationSources: List<CitationSource>)

Contains metadata about citations within a document, including references to the sources of these citations.

Constructors

Link copied to clipboard
constructor(citationSources: List<CitationSource>)

Properties

Link copied to clipboard

A list of CitationSource objects. Each object provides detailed information about a specific source of citation, including its location within the text and reference details such as a URI and license. This allows for comprehensive tracking and referencing of all sources cited within a document.