FirebaseAILogic Framework Reference

CitationMetadata

public struct CitationMetadata : Sendable
extension CitationMetadata: Decodable

A collection of source attributions for a piece of content.

  • A list of individual cited sources and the parts of the content to which they apply.

    Declaration

    Swift

    public let citations: [Citation]
  • Declaration

    Swift

    public init(from decoder: any Decoder) throws