SemanticRerankResult 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 result of a semantic reranking operation, including rerank scores, latency, token usage, and HTTP response headers.
public class SemanticRerankResult
type SemanticRerankResult = class
Public Class SemanticRerankResult
- Inheritance
-
SemanticRerankResult
Properties
| Name | Description |
|---|---|
| Headers |
Gets the HTTP response headers associated with the rerank operation. |
| Latency |
Gets the latency information for the rerank operation. |
| RerankScores |
Gets the list of rerank scores for the documents. |
| TokenUseage |
Gets the token usage information for the rerank operation. |