public class QueryResultMetadata
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
Double |
getConfidence()
Gets the confidence.
|
Double |
getScore()
Gets the score.
|
public Double getScore()
An unbounded measure of the relevance of a particular result, dependent on the query and matching document. A higher score indicates a greater match to the query parameters.
public Double getConfidence()
The confidence score for the given result. Calculated based on how relevant the result is estimated to be. confidence can range from `0.0` to `1.0`. The higher the number, the more relevant the document. The `confidence` value for a result was calculated using the model specified in the `document_retrieval_strategy` field of the result set.
Copyright © 2023 IBM Cloud. All rights reserved.