RerankScore Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |