| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
ListEntityRecognizersResult |
AmazonComprehendClient.listEntityRecognizers(ListEntityRecognizersRequest request)
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
ListEntityRecognizersResult |
AbstractAmazonComprehend.listEntityRecognizers(ListEntityRecognizersRequest request) |
ListEntityRecognizersResult |
AmazonComprehend.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 |
|---|---|
Future<ListEntityRecognizersResult> |
AmazonComprehendAsyncClient.listEntityRecognizersAsync(ListEntityRecognizersRequest request,
AsyncHandler<ListEntityRecognizersRequest,ListEntityRecognizersResult> asyncHandler) |
Future<ListEntityRecognizersResult> |
AmazonComprehendAsync.listEntityRecognizersAsync(ListEntityRecognizersRequest listEntityRecognizersRequest,
AsyncHandler<ListEntityRecognizersRequest,ListEntityRecognizersResult> asyncHandler)
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
Future<ListEntityRecognizersResult> |
AbstractAmazonComprehendAsync.listEntityRecognizersAsync(ListEntityRecognizersRequest request,
AsyncHandler<ListEntityRecognizersRequest,ListEntityRecognizersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEntityRecognizersResult |
ListEntityRecognizersResult.clone() |
ListEntityRecognizersResult |
ListEntityRecognizersResult.withEntityRecognizerPropertiesList(Collection<EntityRecognizerProperties> entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
|
ListEntityRecognizersResult |
ListEntityRecognizersResult.withEntityRecognizerPropertiesList(EntityRecognizerProperties... entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
|
ListEntityRecognizersResult |
ListEntityRecognizersResult.withNextToken(String nextToken)
Identifies the next page of results to return.
|
Copyright © 2024. All rights reserved.