Class GoogleCloudDiscoveryengineV1betaSearchRequestRelevanceScoreSpec
The specification for returning the document relevance score.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchRequestRelevanceScoreSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReturnRelevanceScore
Optional. Whether to return the relevance score for search results. The higher the score, the more relevant the document is to the query.
Declaration
[JsonProperty("returnRelevanceScore")]
public virtual bool? ReturnRelevanceScore { get; set; }
Property Value
Type | Description |
---|---|
bool? |