public class SearchResultMetadata
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 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 © 2023 IBM Cloud. All rights reserved.