public class EnrichmentOptions extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
EnrichmentOptions.Builder
Builder. 
 | 
static interface  | 
EnrichmentOptions.Language
ISO 639-1 code indicating the language to use for the analysis. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NluEnrichmentFeatures | 
features()
Gets the features. 
 | 
java.lang.String | 
language()
Gets the language. 
 | 
java.lang.String | 
model()
Gets the model. 
 | 
EnrichmentOptions.Builder | 
newBuilder()
New builder. 
 | 
equals, hashCode, toStringpublic EnrichmentOptions.Builder newBuilder()
public NluEnrichmentFeatures features()
public java.lang.String language()
public java.lang.String model()