Cloud AI Platform v1 API - Class Citation (2.27.0)

public sealed class Citation : IMessage<Citation>, IEquatable<Citation>, IDeepCloneable<Citation>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class Citation.

Source attributions for content.

Inheritance

object > Citation

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Citation()

public Citation()

Citation(Citation)

public Citation(Citation other)
Parameter
NameDescription
otherCitation

Properties

EndIndex

public int EndIndex { get; set; }

Output only. End index into the content.

Property Value
TypeDescription
int

License

public string License { get; set; }

Output only. License of the attribution.

Property Value
TypeDescription
string

PublicationDate

public Date PublicationDate { get; set; }

Output only. Publication date of the attribution.

Property Value
TypeDescription
Date

StartIndex

public int StartIndex { get; set; }

Output only. Start index into the content.

Property Value
TypeDescription
int

Title

public string Title { get; set; }

Output only. Title of the attribution.

Property Value
TypeDescription
string

Uri

public string Uri { get; set; }

Output only. Url reference of the attribution.

Property Value
TypeDescription
string