| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListEntityRecognizersResponse |
ComprehendClient.listEntityRecognizers()
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
default ListEntityRecognizersResponse |
ComprehendClient.listEntityRecognizers(Consumer<ListEntityRecognizersRequest.Builder> listEntityRecognizersRequest)
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
default ListEntityRecognizersResponse |
ComprehendClient.listEntityRecognizers(ListEntityRecognizersRequest listEntityRecognizersRequest)
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEntityRecognizersResponse> |
ComprehendAsyncClient.listEntityRecognizers()
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
default CompletableFuture<ListEntityRecognizersResponse> |
ComprehendAsyncClient.listEntityRecognizers(Consumer<ListEntityRecognizersRequest.Builder> listEntityRecognizersRequest)
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
default CompletableFuture<ListEntityRecognizersResponse> |
ComprehendAsyncClient.listEntityRecognizers(ListEntityRecognizersRequest listEntityRecognizersRequest)
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEntityRecognizersResponse> |
ListEntityRecognizersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEntityRecognizersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEntityRecognizersResponse> subscriber) |
Copyright © 2023. All rights reserved.