public sealed class CitationMetadata : IMessage<CitationMetadata>, IEquatable<CitationMetadata>, IDeepCloneable<CitationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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."],[[["This documentation covers the `CitationMetadata` class, which is part of the Vertex AI v1beta1 API within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["`CitationMetadata` is a sealed class designed to represent a collection of source attributions for a piece of content, and is implemented with several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and includes constructors for creating new `CitationMetadata` instances, either empty or by copying another `CitationMetadata` instance."],["The `Citations` property is a read-only `RepeatedField` list that holds citation objects, each representing a single source attribution for the associated content."],["The latest version of this class is 1.0.0-beta21, and it can also be found in the documentation for version 1.0.0-beta20."]]],[]]