Class GoogleCloudDiscoveryengineV1SearchResponseSearchResultRankSignals
A set of ranking signals.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1SearchResponseSearchResultRankSignals : IDirectResponseSchema
Properties
BoostingFactor
Optional. Combined custom boosts for a doc.
Declaration
[JsonProperty("boostingFactor")]
public virtual float? BoostingFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
CustomSignals
Optional. A list of custom clearbox signals.
Declaration
[JsonProperty("customSignals")]
public virtual IList<GoogleCloudDiscoveryengineV1SearchResponseSearchResultRankSignalsCustomSignal> CustomSignals { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1SearchResponseSearchResultRankSignalsCustomSignal> |
DefaultRank
Optional. The default rank of the result.
Declaration
[JsonProperty("defaultRank")]
public virtual float? DefaultRank { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
DocumentAge
Optional. Age of the document in hours.
Declaration
[JsonProperty("documentAge")]
public virtual float? DocumentAge { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KeywordSimilarityScore
Optional. Keyword matching adjustment.
Declaration
[JsonProperty("keywordSimilarityScore")]
public virtual float? KeywordSimilarityScore { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
PctrRank
Optional. Predicted conversion rate adjustment as a rank.
Declaration
[JsonProperty("pctrRank")]
public virtual float? PctrRank { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
RelevanceScore
Optional. Semantic relevance adjustment.
Declaration
[JsonProperty("relevanceScore")]
public virtual float? RelevanceScore { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
SemanticSimilarityScore
Optional. Semantic similarity adjustment.
Declaration
[JsonProperty("semanticSimilarityScore")]
public virtual float? SemanticSimilarityScore { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
TopicalityRank
Optional. Topicality adjustment as a rank.
Declaration
[JsonProperty("topicalityRank")]
public virtual float? TopicalityRank { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |