public class CreateTokenizationDictionaryOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CreateTokenizationDictionaryOptions.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | collectionId()Gets the collectionId. | 
| String | environmentId()Gets the environmentId. | 
| CreateTokenizationDictionaryOptions.Builder | newBuilder()New builder. | 
| List<TokenDictRule> | tokenizationRules()Gets the tokenizationRules. | 
public CreateTokenizationDictionaryOptions.Builder newBuilder()
public String environmentId()
The ID of the environment.
public String collectionId()
The ID of the collection.
public List<TokenDictRule> tokenizationRules()
An array of tokenization rules. Each rule contains, the original `text` string, component `tokens`, any alternate character set `readings`, and which `part_of_speech` the text is from.
Copyright © 2023 IBM Cloud. All rights reserved.