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-04-09 UTC."],[[["This documentation provides reference information for the `CitationMetadata` class within the Google Cloud AI Platform v1beta1 API."],["The `CitationMetadata` class represents a collection of source attributions for a piece of content and is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The class has two constructors: a default constructor and one that takes another `CitationMetadata` object as a parameter for copying, and has a `Citations` property of the `RepeatedField` type."],["The latest version of `CitationMetadata` is 1.0.0-beta21."]]],[]]