| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| Modifier and Type | Method and Description |
|---|---|
default DetectSyntaxResponse |
ComprehendClient.detectSyntax(Consumer<DetectSyntaxRequest.Builder> detectSyntaxRequest)
Inspects text for syntax and the part of speech of words in the document.
|
default DetectSyntaxResponse |
ComprehendClient.detectSyntax(DetectSyntaxRequest detectSyntaxRequest)
Inspects text for syntax and the part of speech of words in the document.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DetectSyntaxResponse> |
ComprehendAsyncClient.detectSyntax(Consumer<DetectSyntaxRequest.Builder> detectSyntaxRequest)
Inspects text for syntax and the part of speech of words in the document.
|
default CompletableFuture<DetectSyntaxResponse> |
ComprehendAsyncClient.detectSyntax(DetectSyntaxRequest detectSyntaxRequest)
Inspects text for syntax and the part of speech of words in the document.
|
Copyright © 2023. All rights reserved.