public sealed class Citation : IMessage<Citation>, IEquatable<Citation>, IDeepCloneable<Citation>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1 API class Citation.
Source attributions for content.
Namespace
Google.Cloud.GeminiDataAnalytics.V1Assembly
Google.Cloud.GeminiDataAnalytics.V1.dll
Constructors
Citation()
public Citation()Citation(Citation)
public Citation(Citation other)| Parameter | |
|---|---|
| Name | Description |
other |
Citation |
Properties
Anchors
public RepeatedField<CitationAnchor> Anchors { get; }Output only. List of the anchors of the citations.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCitationAnchor |
|
Sources
public RepeatedField<CitationSource> Sources { get; }Output only. List of the sources being cited.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCitationSource |
|