public class NluEnrichmentFeatures extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
NluEnrichmentFeatures.Builder
Builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NluEnrichmentCategories | 
categories()
Gets the categories. 
 | 
NluEnrichmentConcepts | 
concepts()
Gets the concepts. 
 | 
NluEnrichmentEmotion | 
emotion()
Gets the emotion. 
 | 
NluEnrichmentEntities | 
entities()
Gets the entities. 
 | 
NluEnrichmentKeywords | 
keywords()
Gets the keywords. 
 | 
NluEnrichmentFeatures.Builder | 
newBuilder()
New builder. 
 | 
NluEnrichmentRelations | 
relations()
Gets the relations. 
 | 
NluEnrichmentSemanticRoles | 
semanticRoles()
Gets the semanticRoles. 
 | 
NluEnrichmentSentiment | 
sentiment()
Gets the sentiment. 
 | 
equals, hashCode, toStringpublic NluEnrichmentFeatures.Builder newBuilder()
public NluEnrichmentKeywords keywords()
public NluEnrichmentEntities entities()
public NluEnrichmentSentiment sentiment()
public NluEnrichmentEmotion emotion()
public NluEnrichmentCategories categories()
public NluEnrichmentSemanticRoles semanticRoles()
public NluEnrichmentRelations relations()
public NluEnrichmentConcepts concepts()