public static class EnrichmentOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
EnrichmentOptions |
build()
Builds a EnrichmentOptions.
|
EnrichmentOptions.Builder |
features(NluEnrichmentFeatures features)
Set the features.
|
EnrichmentOptions.Builder |
language(String language)
Set the language.
|
EnrichmentOptions.Builder |
model(String model)
Deprecated.
this method is deprecated and may be removed in a future release
|
public EnrichmentOptions build()
public EnrichmentOptions.Builder features(NluEnrichmentFeatures features)
features - the featurespublic EnrichmentOptions.Builder language(String language)
language - the language@Deprecated public EnrichmentOptions.Builder model(String model)
model - the modelCopyright © 2023 IBM Cloud. All rights reserved.