| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectEntitiesItemResult |
BatchDetectEntitiesItemResult.clone() |
BatchDetectEntitiesItemResult |
BatchDetectEntitiesItemResult.withEntities(Collection<Entity> entities)
One or more Entity objects, one for each entity detected in the document.
|
BatchDetectEntitiesItemResult |
BatchDetectEntitiesItemResult.withEntities(Entity... entities)
One or more Entity objects, one for each entity detected in the document.
|
BatchDetectEntitiesItemResult |
BatchDetectEntitiesItemResult.withIndex(Integer index)
The zero-based index of the document in the input list.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchDetectEntitiesItemResult> |
BatchDetectEntitiesResult.getResultList()
A list of objects containing the results of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectEntitiesResult |
BatchDetectEntitiesResult.withResultList(BatchDetectEntitiesItemResult... resultList)
A list of objects containing the results of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDetectEntitiesResult.setResultList(Collection<BatchDetectEntitiesItemResult> resultList)
A list of objects containing the results of the operation.
|
BatchDetectEntitiesResult |
BatchDetectEntitiesResult.withResultList(Collection<BatchDetectEntitiesItemResult> resultList)
A list of objects containing the results of the operation.
|
Copyright © 2018. All rights reserved.