public class LogQueryResponseResultDocumentsResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
LogQueryResponseResultDocumentsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCollectionId()
Gets the collectionId. 
 | 
Double | 
getConfidence()
Gets the confidence. 
 | 
String | 
getDocumentId()
Gets the documentId. 
 | 
Long | 
getPosition()
Gets the position. 
 | 
Double | 
getScore()
Gets the score. 
 | 
public LogQueryResponseResultDocumentsResult()
public Long getPosition()
The result rank of this document. A position of `1` indicates that it was the first returned result.
public String getDocumentId()
The **document_id** of the document that this result represents.
public Double getScore()
The raw score of this result. A higher score indicates a greater match to the query parameters.
public Double getConfidence()
The confidence score of the result's analysis. A higher score indicating greater confidence.
public String getCollectionId()
The **collection_id** of the document represented by this result.
Copyright © 2021 IBM Cloud. All rights reserved.