| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default BatchDetectSyntaxResponse |
ComprehendClient.batchDetectSyntax(Consumer<BatchDetectSyntaxRequest.Builder> 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 CompletableFuture<BatchDetectSyntaxResponse> |
ComprehendAsyncClient.batchDetectSyntax(Consumer<BatchDetectSyntaxRequest.Builder> 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 |
|---|---|
static BatchDetectSyntaxRequest.Builder |
BatchDetectSyntaxRequest.builder() |
BatchDetectSyntaxRequest.Builder |
BatchDetectSyntaxRequest.Builder.languageCode(String languageCode)
The language of the input documents.
|
BatchDetectSyntaxRequest.Builder |
BatchDetectSyntaxRequest.Builder.languageCode(SyntaxLanguageCode languageCode)
The language of the input documents.
|
BatchDetectSyntaxRequest.Builder |
BatchDetectSyntaxRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDetectSyntaxRequest.Builder |
BatchDetectSyntaxRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDetectSyntaxRequest.Builder |
BatchDetectSyntaxRequest.Builder.textList(Collection<String> textList)
A list containing the UTF-8 encoded text of the input documents.
|
BatchDetectSyntaxRequest.Builder |
BatchDetectSyntaxRequest.Builder.textList(String... textList)
A list containing the UTF-8 encoded text of the input documents.
|
BatchDetectSyntaxRequest.Builder |
BatchDetectSyntaxRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDetectSyntaxRequest.Builder> |
BatchDetectSyntaxRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.