public class Reranking extends Object implements Comparable<Reranking>
| Constructor and Description |
|---|
Reranking() |
Reranking(int index,
String text,
float relevance_score) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Reranking o) |
int |
getIndex() |
float |
getRelevanceScore() |
String |
getText() |
String |
toString() |
public Reranking()
public Reranking(int index,
String text,
float relevance_score)
public int getIndex()
public String getText()
public float getRelevanceScore()
public int compareTo(Reranking o)
compareTo in interface Comparable<Reranking>Copyright © 2025. All rights reserved.