| 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<DetectKeyPhrasesResult> |
AmazonComprehendAsyncClient.detectKeyPhrasesAsync(DetectKeyPhrasesRequest request,
AsyncHandler<DetectKeyPhrasesRequest,DetectKeyPhrasesResult> asyncHandler) |
Future<DetectKeyPhrasesResult> |
AmazonComprehendAsync.detectKeyPhrasesAsync(DetectKeyPhrasesRequest detectKeyPhrasesRequest,
AsyncHandler<DetectKeyPhrasesRequest,DetectKeyPhrasesResult> asyncHandler)
Detects the key noun phrases found in the text.
|
Future<DetectKeyPhrasesResult> |
AbstractAmazonComprehendAsync.detectKeyPhrasesAsync(DetectKeyPhrasesRequest request,
AsyncHandler<DetectKeyPhrasesRequest,DetectKeyPhrasesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DetectKeyPhrasesRequest |
DetectKeyPhrasesRequest.clone() |
DetectKeyPhrasesRequest |
DetectKeyPhrasesRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
DetectKeyPhrasesRequest |
DetectKeyPhrasesRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
DetectKeyPhrasesRequest |
DetectKeyPhrasesRequest.withText(String text)
A UTF-8 text string.
|
Copyright © 2024. All rights reserved.