public class SearchResultMetadata
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
SearchResultMetadata()  | 
| Modifier and Type | Method and Description | 
|---|---|
Double | 
getConfidence()
Gets the confidence. 
 | 
Double | 
getScore()
Gets the score. 
 | 
public Double getConfidence()
The confidence score for the given result, as returned by the Discovery service.
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.
Copyright © 2022 IBM Cloud. All rights reserved.