| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchDetectDominantLanguageResponse> |
ComprehendAsyncClient.batchDetectDominantLanguage(Consumer<BatchDetectDominantLanguageRequest.Builder> batchDetectDominantLanguageRequest)
Determines the dominant language of the input text for a batch of documents.
|
default BatchDetectDominantLanguageResponse |
ComprehendClient.batchDetectDominantLanguage(Consumer<BatchDetectDominantLanguageRequest.Builder> batchDetectDominantLanguageRequest)
Determines the dominant language of the input text for a batch of documents.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDetectDominantLanguageRequest.Builder> |
BatchDetectDominantLanguageRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.