| 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 CompletableFuture<BatchDetectEntitiesResponse> |
ComprehendAsyncClient.batchDetectEntities(Consumer<BatchDetectEntitiesRequest.Builder> batchDetectEntitiesRequest)
Inspects the text of a batch of documents for named entities and returns information about them.
|
default BatchDetectEntitiesResponse |
ComprehendClient.batchDetectEntities(Consumer<BatchDetectEntitiesRequest.Builder> batchDetectEntitiesRequest)
Inspects the text of a batch of documents for named entities and returns information about them.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchDetectEntitiesRequest.Builder |
BatchDetectEntitiesRequest.builder() |
BatchDetectEntitiesRequest.Builder |
BatchDetectEntitiesRequest.Builder.languageCode(LanguageCode languageCode)
The language of the input documents.
|
BatchDetectEntitiesRequest.Builder |
BatchDetectEntitiesRequest.Builder.languageCode(String languageCode)
The language of the input documents.
|
BatchDetectEntitiesRequest.Builder |
BatchDetectEntitiesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDetectEntitiesRequest.Builder |
BatchDetectEntitiesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDetectEntitiesRequest.Builder |
BatchDetectEntitiesRequest.Builder.textList(Collection<String> textList)
A list containing the UTF-8 encoded text of the input documents.
|
BatchDetectEntitiesRequest.Builder |
BatchDetectEntitiesRequest.Builder.textList(String... textList)
A list containing the UTF-8 encoded text of the input documents.
|
BatchDetectEntitiesRequest.Builder |
BatchDetectEntitiesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDetectEntitiesRequest.Builder> |
BatchDetectEntitiesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.