| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDetectKeyPhrasesResult> |
AmazonComprehendAsyncClient.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> |
AbstractAmazonComprehendAsync.batchDetectKeyPhrasesAsync(BatchDetectKeyPhrasesRequest request,
AsyncHandler<BatchDetectKeyPhrasesRequest,BatchDetectKeyPhrasesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectKeyPhrasesRequest |
BatchDetectKeyPhrasesRequest.clone() |
BatchDetectKeyPhrasesRequest |
BatchDetectKeyPhrasesRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
BatchDetectKeyPhrasesRequest |
BatchDetectKeyPhrasesRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
BatchDetectKeyPhrasesRequest |
BatchDetectKeyPhrasesRequest.withTextList(Collection<String> textList)
A list containing the UTF-8 encoded text of the input documents.
|
BatchDetectKeyPhrasesRequest |
BatchDetectKeyPhrasesRequest.withTextList(String... textList)
A list containing the UTF-8 encoded text of the input documents.
|
Copyright © 2024. All rights reserved.