RerankScore Class

Definition

Represents the score assigned to a document after a reranking operation.

public class RerankScore
type RerankScore = class
Public Class RerankScore
Inheritance
RerankScore

Constructors

Name Description
RerankScore(String, Double, Int32)

Initializes a new instance of the RerankScore class.

Properties

Name Description
Document

Gets the document content or identifier that was reranked.

Index

Gets the original index or position of the document before reranking.

Score

Gets the score assigned to the document after reranking.

Applies to