public sealed class Citation : IMessage<Citation>, IEquatable<Citation>, IDeepCloneable<Citation>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class Citation.
Source attributions for content.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Citation()
public Citation()Citation(Citation)
public Citation(Citation other)| Parameter | |
|---|---|
| Name | Description |
other |
Citation |
Properties
EndIndex
public int EndIndex { get; set; }Output only. End index into the content.
| Property Value | |
|---|---|
| Type | Description |
int |
|
License
public string License { get; set; }Output only. License of the attribution.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PublicationDate
public Date PublicationDate { get; set; }Output only. Publication date of the attribution.
| Property Value | |
|---|---|
| Type | Description |
Date |
|
StartIndex
public int StartIndex { get; set; }Output only. Start index into the content.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Title
public string Title { get; set; }Output only. Title of the attribution.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Uri
public string Uri { get; set; }Output only. Url reference of the attribution.
| Property Value | |
|---|---|
| Type | Description |
string |
|