| 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 |
|---|---|
BatchDetectKeyPhrasesResult |
AbstractAmazonComprehend.batchDetectKeyPhrases(BatchDetectKeyPhrasesRequest request) |
BatchDetectKeyPhrasesResult |
AmazonComprehendClient.batchDetectKeyPhrases(BatchDetectKeyPhrasesRequest request)
Detects the key noun phrases found in a batch of documents.
|
BatchDetectKeyPhrasesResult |
AmazonComprehend.batchDetectKeyPhrases(BatchDetectKeyPhrasesRequest batchDetectKeyPhrasesRequest)
Detects the key noun phrases found in a batch of documents.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDetectKeyPhrasesResult> |
AbstractAmazonComprehendAsync.batchDetectKeyPhrasesAsync(BatchDetectKeyPhrasesRequest request,
AsyncHandler<BatchDetectKeyPhrasesRequest,BatchDetectKeyPhrasesResult> asyncHandler) |
Future<BatchDetectKeyPhrasesResult> |
AmazonComprehendAsync.batchDetectKeyPhrasesAsync(BatchDetectKeyPhrasesRequest batchDetectKeyPhrasesRequest,
AsyncHandler<BatchDetectKeyPhrasesRequest,BatchDetectKeyPhrasesResult> asyncHandler)
Detects the key noun phrases found in a batch of documents.
|
Future<BatchDetectKeyPhrasesResult> |
AmazonComprehendAsyncClient.batchDetectKeyPhrasesAsync(BatchDetectKeyPhrasesRequest request,
AsyncHandler<BatchDetectKeyPhrasesRequest,BatchDetectKeyPhrasesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectKeyPhrasesResult |
BatchDetectKeyPhrasesResult.clone() |
BatchDetectKeyPhrasesResult |
BatchDetectKeyPhrasesResult.withErrorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectKeyPhrasesResult |
BatchDetectKeyPhrasesResult.withErrorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
BatchDetectKeyPhrasesResult |
BatchDetectKeyPhrasesResult.withResultList(BatchDetectKeyPhrasesItemResult... resultList)
A list of objects containing the results of the operation.
|
BatchDetectKeyPhrasesResult |
BatchDetectKeyPhrasesResult.withResultList(Collection<BatchDetectKeyPhrasesItemResult> resultList)
A list of objects containing the results of the operation.
|
Copyright © 2022. All rights reserved.