Discovery Engine v1beta API - Class SearchResponse.Types.Summary.Types.Citation (1.0.0-beta12)

public sealed class SearchResponse.Types.Summary.Types.Citation : IMessage<SearchResponse.Types.Summary.Types.Citation>, IEquatable<SearchResponse.Types.Summary.Types.Citation>, IDeepCloneable<SearchResponse.Types.Summary.Types.Citation>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class SearchResponse.Types.Summary.Types.Citation.

Citation info for a segment.

Inheritance

object > SearchResponse.Types.Summary.Types.Citation

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

Citation()

public Citation()

Citation(Citation)

public Citation(SearchResponse.Types.Summary.Types.Citation other)
Parameter
NameDescription
otherSearchResponseTypesSummaryTypesCitation

Properties

EndIndex

public long EndIndex { get; set; }

End of the attributed segment, exclusive.

Property Value
TypeDescription
long

Sources

public RepeatedField<SearchResponse.Types.Summary.Types.CitationSource> Sources { get; }

Citation sources for the attributed segment.

Property Value
TypeDescription
RepeatedFieldSearchResponseTypesSummaryTypesCitationSource

StartIndex

public long StartIndex { get; set; }

Index indicates the start of the segment, measured in bytes/unicode.

Property Value
TypeDescription
long