| 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 |
|---|---|
Future<BatchDetectEntitiesResult> |
AmazonComprehendAsync.batchDetectEntitiesAsync(BatchDetectEntitiesRequest batchDetectEntitiesRequest,
AsyncHandler<BatchDetectEntitiesRequest,BatchDetectEntitiesResult> asyncHandler)
Inspects the text of a batch of documents 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 |
|---|---|
BatchDetectEntitiesRequest |
BatchDetectEntitiesRequest.clone() |
BatchDetectEntitiesRequest |
BatchDetectEntitiesRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
BatchDetectEntitiesRequest |
BatchDetectEntitiesRequest.withTextList(Collection<String> textList)
A list containing the text of the input documents.
|
BatchDetectEntitiesRequest |
BatchDetectEntitiesRequest.withTextList(String... textList)
A list containing the text of the input documents.
|
Copyright © 2018. All rights reserved.