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