| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectEntitiesResult |
AbstractAmazonComprehend.batchDetectEntities(BatchDetectEntitiesRequest request) |
BatchDetectEntitiesResult |
AmazonComprehend.batchDetectEntities(BatchDetectEntitiesRequest batchDetectEntitiesRequest)
Inspects the text of a batch of documents for named entities and returns information about them.
|
BatchDetectEntitiesResult |
AmazonComprehendClient.batchDetectEntities(BatchDetectEntitiesRequest request)
Inspects the text of a batch of documents for named entities and returns information about them.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDetectEntitiesResult> |
AmazonComprehendAsync.batchDetectEntitiesAsync(BatchDetectEntitiesRequest batchDetectEntitiesRequest,
AsyncHandler<BatchDetectEntitiesRequest,BatchDetectEntitiesResult> asyncHandler)
Inspects the text of a batch of documents for named entities and returns information about them.
|
Future<BatchDetectEntitiesResult> |
AmazonComprehendAsyncClient.batchDetectEntitiesAsync(BatchDetectEntitiesRequest request,
AsyncHandler<BatchDetectEntitiesRequest,BatchDetectEntitiesResult> asyncHandler) |
Future<BatchDetectEntitiesResult> |
AbstractAmazonComprehendAsync.batchDetectEntitiesAsync(BatchDetectEntitiesRequest request,
AsyncHandler<BatchDetectEntitiesRequest,BatchDetectEntitiesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectEntitiesResult |
BatchDetectEntitiesResult.clone() |
BatchDetectEntitiesResult |
BatchDetectEntitiesResult.withErrorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectEntitiesResult |
BatchDetectEntitiesResult.withErrorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
BatchDetectEntitiesResult |
BatchDetectEntitiesResult.withResultList(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.