public class NluEnrichmentEntities extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
NluEnrichmentEntities.Builder
Builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Boolean | 
emotion()
Gets the emotion. 
 | 
java.lang.Long | 
limit()
Gets the limit. 
 | 
java.lang.Boolean | 
mentions()
Gets the mentions. 
 | 
java.lang.Boolean | 
mentionTypes()
Gets the mentionTypes. 
 | 
java.lang.String | 
model()
Gets the model. 
 | 
NluEnrichmentEntities.Builder | 
newBuilder()
New builder. 
 | 
java.lang.Boolean | 
sentenceLocations()
Gets the sentenceLocations. 
 | 
java.lang.Boolean | 
sentiment()
Gets the sentiment. 
 | 
equals, hashCode, toStringpublic NluEnrichmentEntities.Builder newBuilder()
public java.lang.Boolean sentiment()
public java.lang.Boolean emotion()
public java.lang.Long limit()
public java.lang.Boolean mentions()
public java.lang.Boolean mentionTypes()
public java.lang.Boolean sentenceLocations()
public java.lang.String model()