Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1SearchResponseSearchResult

Represents the search results.

Inheritance
object
GoogleCloudDiscoveryengineV1SearchResponseSearchResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1SearchResponseSearchResult : IDirectResponseSchema

Properties

Chunk

The chunk data in the search response if the SearchRequest.ContentSearchSpec.search_result_mode is set to CHUNKS.

Declaration
[JsonProperty("chunk")]
public virtual GoogleCloudDiscoveryengineV1Chunk Chunk { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1Chunk

Document

The document data snippet in the search response. Only fields that are marked as retrievable are populated.

Declaration
[JsonProperty("document")]
public virtual GoogleCloudDiscoveryengineV1Document Document { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1Document

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Document.id of the searched Document.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

ModelScores

Output only. Google provided available scores.

Declaration
[JsonProperty("modelScores")]
public virtual IDictionary<string, GoogleCloudDiscoveryengineV1DoubleList> ModelScores { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudDiscoveryengineV1DoubleList>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX