public sealed class RankResponse : IMessage<RankResponse>, IEquatable<RankResponse>, IDeepCloneable<RankResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class RankResponse.
Response message for [RankService.Rank][google.cloud.discoveryengine.v1.RankService.Rank] method.
Implements
IMessageRankResponse, IEquatableRankResponse, IDeepCloneableRankResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
RankResponse()
public RankResponse()
RankResponse(RankResponse)
public RankResponse(RankResponse other)
Parameter | |
---|---|
Name | Description |
other |
RankResponse |
Properties
Records
public RepeatedField<RankingRecord> Records { get; }
A list of records sorted by descending score.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRankingRecord |