public class NluEnrichmentFeatures
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
NluEnrichmentFeatures.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected NluEnrichmentCategories |
categories |
protected NluEnrichmentConcepts |
concepts |
protected NluEnrichmentEmotion |
emotion |
protected NluEnrichmentEntities |
entities |
protected NluEnrichmentKeywords |
keywords |
protected NluEnrichmentRelations |
relations |
protected NluEnrichmentSemanticRoles |
semanticRoles |
protected NluEnrichmentSentiment |
sentiment |
Modifier | Constructor and Description |
---|---|
protected |
NluEnrichmentFeatures(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.
|
protected NluEnrichmentKeywords keywords
protected NluEnrichmentEntities entities
protected NluEnrichmentSentiment sentiment
protected NluEnrichmentEmotion emotion
protected NluEnrichmentCategories categories
@SerializedName(value="semantic_roles") protected NluEnrichmentSemanticRoles semanticRoles
protected NluEnrichmentRelations relations
protected NluEnrichmentConcepts concepts
protected NluEnrichmentFeatures(NluEnrichmentFeatures.Builder builder)
public NluEnrichmentFeatures.Builder newBuilder()
public NluEnrichmentKeywords keywords()
An object specifying the Keyword enrichment and related parameters.
public NluEnrichmentEntities entities()
An object speficying the Entities enrichment and related parameters.
public NluEnrichmentSentiment sentiment()
An object specifying the sentiment extraction enrichment and related parameters.
public NluEnrichmentEmotion emotion()
An object specifying the emotion detection enrichment and related parameters.
public NluEnrichmentCategories categories()
An object that indicates the Categories enrichment will be applied to the specified field.
public NluEnrichmentSemanticRoles semanticRoles()
An object specifiying the semantic roles enrichment and related parameters.
public NluEnrichmentRelations relations()
An object specifying the relations enrichment and related parameters.
public NluEnrichmentConcepts concepts()
An object specifiying the concepts enrichment and related parameters.