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.
Implements
IMessageSearchResponseTypesSummaryTypesCitation, IEquatableSearchResponseTypesSummaryTypesCitation, IDeepCloneableSearchResponseTypesSummaryTypesCitation, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
Citation()
public Citation()
Citation(Citation)
public Citation(SearchResponse.Types.Summary.Types.Citation other)
Parameter | |
---|---|
Name | Description |
other |
SearchResponseTypesSummaryTypesCitation |
Properties
EndIndex
public long EndIndex { get; set; }
End of the attributed segment, exclusive.
Property Value | |
---|---|
Type | Description |
long |
Sources
public RepeatedField<SearchResponse.Types.Summary.Types.CitationSource> Sources { get; }
Citation sources for the attributed segment.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSearchResponseTypesSummaryTypesCitationSource |
StartIndex
public long StartIndex { get; set; }
Index indicates the start of the segment, measured in bytes/unicode.
Property Value | |
---|---|
Type | Description |
long |