| 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<BatchDetectSyntaxResponse> |
ComprehendAsyncClient.batchDetectSyntax(BatchDetectSyntaxRequest batchDetectSyntaxRequest)
Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and
returns information about them.
|
default BatchDetectSyntaxResponse |
ComprehendClient.batchDetectSyntax(BatchDetectSyntaxRequest batchDetectSyntaxRequest)
Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and
returns information about them.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
BatchDetectSyntaxRequestMarshaller.marshall(BatchDetectSyntaxRequest batchDetectSyntaxRequest) |
Copyright © 2023. All rights reserved.