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 | Method and Description |
---|---|
Map<String,Object> |
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.
|
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 Map<String,Object> 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.
Copyright © 2024 IBM Cloud. All rights reserved.