Data Analytics API with Gemini v1 API - Class CitationAnchor (1.0.0-beta01)

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

Reference documentation and code samples for the Data Analytics API with Gemini v1 API class CitationAnchor.

The anchor of the citation.

Inheritance

object > CitationAnchor

Namespace

Google.Cloud.GeminiDataAnalytics.V1

Assembly

Google.Cloud.GeminiDataAnalytics.V1.dll

Constructors

CitationAnchor()

public CitationAnchor()

CitationAnchor(CitationAnchor)

public CitationAnchor(CitationAnchor other)
Parameter
Name Description
other CitationAnchor

Properties

AnchorTypeCase

public CitationAnchor.AnchorTypeOneofCase AnchorTypeCase { get; }
Property Value
Type Description
CitationAnchorAnchorTypeOneofCase

TextMessageAnchor

public CitationAnchor.Types.TextMessageCitationAnchor TextMessageAnchor { get; set; }

Output only. Only set if the citation is for a TextMessage.

Property Value
Type Description
CitationAnchorTypesTextMessageCitationAnchor