| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
BatchDetectEntitiesItemResult.entities()
One or more Entity objects, one for each entity detected in the document.
|
List<Entity> |
DetectEntitiesResponse.entities()
A collection of entities identified in the input text.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectEntitiesItemResult.Builder |
BatchDetectEntitiesItemResult.Builder.entities(Entity... entities)
One or more Entity objects, one for each entity detected in the document.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.entities(Entity... entities)
A collection of entities identified in the input text.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectEntitiesItemResult.Builder |
BatchDetectEntitiesItemResult.Builder.entities(Collection<Entity> entities)
One or more Entity objects, one for each entity detected in the document.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.entities(Collection<Entity> entities)
A collection of entities identified in the input text.
|
Copyright © 2023. All rights reserved.