| 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 CompletableFuture<DetectDominantLanguageResponse> |
ComprehendAsyncClient.detectDominantLanguage(DetectDominantLanguageRequest detectDominantLanguageRequest)
Determines the dominant language of the input text.
|
default DetectDominantLanguageResponse |
ComprehendClient.detectDominantLanguage(DetectDominantLanguageRequest detectDominantLanguageRequest)
Determines the dominant language of the input text.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DetectDominantLanguageRequestMarshaller.marshall(DetectDominantLanguageRequest detectDominantLanguageRequest) |
Copyright © 2023. All rights reserved.