Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaSearchRequestRelevanceFilterSpecRelevanceThresholdSpec

Specification for relevance filtering on a specific sub-search.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaSearchRequestRelevanceFilterSpecRelevanceThresholdSpec
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 GoogleCloudDiscoveryengineV1alphaSearchRequestRelevanceFilterSpecRelevanceThresholdSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

RelevanceThreshold

Pre-defined relevance threshold for the sub-search.

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

SemanticRelevanceThreshold

Custom relevance threshold for the sub-search. The value must be in [0.0, 1.0].

Declaration
[JsonProperty("semanticRelevanceThreshold")]
public virtual float? SemanticRelevanceThreshold { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX