public class EnrichmentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
EnrichmentOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
entityType()
Gets the entityType.
|
List<String> |
languages()
Gets the languages.
|
EnrichmentOptions.Builder |
newBuilder()
New builder.
|
String |
regularExpression()
Gets the regularExpression.
|
String |
resultField()
Gets the resultField.
|
public EnrichmentOptions.Builder newBuilder()
public List<String> languages()
An array of supported languages for this enrichment.
public String entityType()
The type of entity. Required when creating `dictionary` and `regular_expression` **type** enrichment. Not valid when creating any other type of enrichment.
public String regularExpression()
The regular expression to apply for this enrichment. Required only when the **type** of enrichment being created is a `regular_expression`. Not valid when creating any other type of enrichment.
public String resultField()
The name of the result document field that this enrichment creates. Required only when the enrichment **type** is `rule_based`. Not valid when creating any other type of enrichment.
Copyright © 2021 IBM Cloud. All rights reserved.