public class NluEnrichmentKeywords
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | NluEnrichmentKeywords.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | emotion()Gets the emotion. | 
| Long | limit()Gets the limit. | 
| NluEnrichmentKeywords.Builder | newBuilder()New builder. | 
| Boolean | sentiment()Gets the sentiment. | 
public NluEnrichmentKeywords.Builder newBuilder()
public Boolean sentiment()
When `true`, sentiment analysis of keywords will be performed on the specified field.
public Boolean emotion()
When `true`, emotion detection of keywords will be performed on the specified field.
public Long limit()
The maximum number of keywords to extract for each instance of the specified field.
Copyright © 2023 IBM Cloud. All rights reserved.