Class GoogleCloudDiscoveryengineV1alphaSearchRequestRelevanceFilterSpecRelevanceThresholdSpec
Specification for relevance filtering on a specific sub-search.
Inheritance
GoogleCloudDiscoveryengineV1alphaSearchRequestRelevanceFilterSpecRelevanceThresholdSpec
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.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? |