public class GetDocumentCategoriesOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetDocumentCategoriesOptions.Builder
Builder.
|
static interface |
GetDocumentCategoriesOptions.Category
Select concepts belonging to disorders, drugs or genes.
|
Modifier and Type | Method and Description |
---|---|
String |
category()
Gets the category.
|
String |
corpus()
Gets the corpus.
|
String |
documentId()
Gets the documentId.
|
String |
fields()
Gets the fields.
|
String |
highlightTagBegin()
Gets the highlightTagBegin.
|
String |
highlightTagEnd()
Gets the highlightTagEnd.
|
Long |
limit()
Gets the limit.
|
GetDocumentCategoriesOptions.Builder |
newBuilder()
New builder.
|
Boolean |
onlyNegatedConcepts()
Gets the onlyNegatedConcepts.
|
List<String> |
types()
Gets the types.
|
public GetDocumentCategoriesOptions.Builder newBuilder()
public String corpus()
public String documentId()
public String highlightTagBegin()
public String highlightTagEnd()
public List<String> types()
public String category()
public Boolean onlyNegatedConcepts()
public String fields()
public Long limit()
Copyright © 2021 IBM Cloud. All rights reserved.