SemanticRerankResult Class

Definition

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.

Applies to