public class NluEnrichmentSemanticRoles
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
NluEnrichmentSemanticRoles.Builder
Builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Boolean | 
entities()
Gets the entities. 
 | 
Boolean | 
keywords()
Gets the keywords. 
 | 
Long | 
limit()
Gets the limit. 
 | 
NluEnrichmentSemanticRoles.Builder | 
newBuilder()
New builder. 
 | 
public NluEnrichmentSemanticRoles.Builder newBuilder()
public Boolean entities()
When `true`, entities are extracted from the identified sentence parts.
public Boolean keywords()
When `true`, keywords are extracted from the identified sentence parts.
public Long limit()
The maximum number of semantic roles enrichments to extact from each instance of the specified field.
Copyright © 2021 IBM Cloud. All rights reserved.