| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchDetectKeyPhrasesResponse> |
ComprehendAsyncClient.batchDetectKeyPhrases(Consumer<BatchDetectKeyPhrasesRequest.Builder> batchDetectKeyPhrasesRequest)
Detects the key noun phrases found in a batch of documents.
|
default BatchDetectKeyPhrasesResponse |
ComprehendClient.batchDetectKeyPhrases(Consumer<BatchDetectKeyPhrasesRequest.Builder> batchDetectKeyPhrasesRequest)
Detects the key noun phrases found in a batch of documents.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchDetectKeyPhrasesRequest.Builder |
BatchDetectKeyPhrasesRequest.builder() |
BatchDetectKeyPhrasesRequest.Builder |
BatchDetectKeyPhrasesRequest.Builder.languageCode(LanguageCode languageCode)
The language of the input documents.
|
BatchDetectKeyPhrasesRequest.Builder |
BatchDetectKeyPhrasesRequest.Builder.languageCode(String languageCode)
The language of the input documents.
|
BatchDetectKeyPhrasesRequest.Builder |
BatchDetectKeyPhrasesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDetectKeyPhrasesRequest.Builder |
BatchDetectKeyPhrasesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDetectKeyPhrasesRequest.Builder |
BatchDetectKeyPhrasesRequest.Builder.textList(Collection<String> textList)
A list containing the UTF-8 encoded text of the input documents.
|
BatchDetectKeyPhrasesRequest.Builder |
BatchDetectKeyPhrasesRequest.Builder.textList(String... textList)
A list containing the UTF-8 encoded text of the input documents.
|
BatchDetectKeyPhrasesRequest.Builder |
BatchDetectKeyPhrasesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDetectKeyPhrasesRequest.Builder> |
BatchDetectKeyPhrasesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.