| 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.transform |
| Modifier and Type | Method and Description |
|---|---|
default BatchDetectDominantLanguageResponse |
ComprehendClient.batchDetectDominantLanguage(BatchDetectDominantLanguageRequest batchDetectDominantLanguageRequest)
Determines the dominant language of the input text for a batch of documents.
|
default CompletableFuture<BatchDetectDominantLanguageResponse> |
ComprehendAsyncClient.batchDetectDominantLanguage(BatchDetectDominantLanguageRequest batchDetectDominantLanguageRequest)
Determines the dominant language of the input text for a batch of documents.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
BatchDetectDominantLanguageRequestMarshaller.marshall(BatchDetectDominantLanguageRequest batchDetectDominantLanguageRequest) |
Copyright © 2023. All rights reserved.