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 |
---|---|
java.lang.String |
category()
Gets the category.
|
java.lang.String |
corpus()
Gets the corpus.
|
java.lang.String |
documentId()
Gets the documentId.
|
java.lang.String |
fields()
Gets the fields.
|
java.lang.String |
highlightTagBegin()
Gets the highlightTagBegin.
|
java.lang.String |
highlightTagEnd()
Gets the highlightTagEnd.
|
java.lang.Long |
limit()
Gets the limit.
|
GetDocumentCategoriesOptions.Builder |
newBuilder()
New builder.
|
java.lang.Boolean |
onlyNegatedConcepts()
Gets the onlyNegatedConcepts.
|
java.util.List<java.lang.String> |
types()
Gets the types.
|
public GetDocumentCategoriesOptions.Builder newBuilder()
public java.lang.String corpus()
public java.lang.String documentId()
public java.lang.String highlightTagBegin()
public java.lang.String highlightTagEnd()
public java.util.List<java.lang.String> types()
public java.lang.String category()
public java.lang.Boolean onlyNegatedConcepts()
public java.lang.String fields()
public java.lang.Long limit()
Copyright © 2022 IBM Cloud. All rights reserved.