public class RankedDocument
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
RankedDocument() |
Modifier and Type | Method and Description |
---|---|
Map<String,AnnotationModel> |
getAnnotations()
Gets the annotations.
|
String |
getCorpus()
Gets the corpus.
|
String |
getDocumentId()
Gets the documentId.
|
RankedDocLinks |
getLinks()
Gets the links.
|
Map<String,List<String>> |
getMetadata()
Gets the metadata.
|
PassagesModel |
getPassages()
Gets the passages.
|
String |
getSectionId()
Gets the sectionId.
|
String |
getSectionName()
Gets the sectionName.
|
String |
getTitle()
Gets the title.
|
public String getDocumentId()
public String getTitle()
public Map<String,List<String>> getMetadata()
public String getSectionName()
public String getSectionId()
public String getCorpus()
public RankedDocLinks getLinks()
public PassagesModel getPassages()
public Map<String,AnnotationModel> getAnnotations()
Copyright © 2021 IBM Cloud. All rights reserved.