public class GetDocumentAnnotationsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetDocumentAnnotationsOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
corpus()
Gets the corpus.
|
java.util.List<java.lang.String> |
cuis()
Gets the cuis.
|
java.lang.String |
documentId()
Gets the documentId.
|
java.lang.String |
documentSection()
Gets the documentSection.
|
java.lang.Boolean |
includeText()
Gets the includeText.
|
GetDocumentAnnotationsOptions.Builder |
newBuilder()
New builder.
|
public GetDocumentAnnotationsOptions.Builder newBuilder()
public java.lang.String corpus()
public java.lang.String documentId()
public java.lang.String documentSection()
public java.util.List<java.lang.String> cuis()
public java.lang.Boolean includeText()
Copyright © 2022 IBM Cloud. All rights reserved.