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 v1beta 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 document provides reference information for the `SearchResponse.Types.SearchResult` class within the Discovery Engine v1beta API."],["The `SearchResult` class represents a single search result and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 1.0.0-beta18 and this content refers to version 1.0.0-beta14 of the API."],["The class includes properties such as `Document`, `Id`, and `ModelScores`, which provide details about the document, its identifier, and any associated scores."],["The class includes two constructors: `SearchResult()` to initialize an empty object and `SearchResult(SearchResponse.Types.SearchResult other)` which accepts another object of the same type as a parameter."]]],[]]