| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EntityTypesListItem |
EntityTypesListItem.clone() |
EntityTypesListItem |
EntityTypesListItem.withType(String type)
Entity type of an item on an entity type list.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityTypesListItem> |
EntityRecognizerInputDataConfig.getEntityTypes()
The entity types in the input data for an entity recognizer.
|
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withEntityTypes(EntityTypesListItem... entityTypes)
The entity types in the input data for an entity recognizer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityRecognizerInputDataConfig.setEntityTypes(Collection<EntityTypesListItem> entityTypes)
The entity types in the input data for an entity recognizer.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withEntityTypes(Collection<EntityTypesListItem> entityTypes)
The entity types in the input data for an entity recognizer.
|
Copyright © 2019. All rights reserved.