public sealed class CitationMetadata : IMessage<CitationMetadata>, IEquatable<CitationMetadata>, IDeepCloneable<CitationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CitationMetadata.
A collection of source attributions for a piece of content.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `CitationMetadata` class, part of the Google Cloud AI Platform v1beta1 API, provides a structure for managing source attributions of content."],["`CitationMetadata` is a sealed class that inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for advanced functionality."],["It offers two constructors: a default constructor and one that allows for cloning an existing `CitationMetadata` object."],["The class features a `Citations` property, which is a read-only list of `Citation` objects, representing the source citations for the content."],["The latest version of the documentation for `CitationMetadata` is 1.0.0-beta21, and previous version 1.0.0-beta20 is also documented."]]],[]]