public sealed class SearchResponse.Types.SearchResult : IMessage<SearchResponse.Types.SearchResult>, IEquatable<SearchResponse.Types.SearchResult>, IDeepCloneable<SearchResponse.Types.SearchResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class SearchResponse.Types.SearchResult.
[[["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-21 UTC."],[[["This page provides reference documentation for the `SearchResponse.Types.SearchResult` class, a part of the Discovery Engine v1 API."],["The `SearchResult` class represents the search results and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `Document`, which represents the data snippet of a document in the search response, and `Id`, which represents the document's unique identifier."],["The latest version is 1.6.0, but the current documentation reflects version 1.2.0, with links to previous versions down to 1.0.0-beta06."],["There are two constructors: `SearchResult()` and `SearchResult(SearchResponse.Types.SearchResult other)` that allow you to create a new instance of this class."]]],[]]