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 v1 API class SearchResponse.Types.Summary.Types.Citation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["This document provides reference documentation for the `SearchResponse.Types.Summary.Types.Citation` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.5.0."],["The `Citation` class provides information about a segment's citation, including its start and end indices, as well as a collection of citation sources."],["It inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its versatility."],["The `Citation` class has two constructors, one default constructor and another that takes another `Citation` object as a parameter for creating a new citation instance based off an existing one."],["The class also has 3 key properties: `EndIndex`, `Sources`, and `StartIndex`, which provide crucial information to be used when searching for the right context of a segment."]]],[]]