| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEntityRecognizerResult> |
AmazonComprehendAsync.createEntityRecognizerAsync(CreateEntityRecognizerRequest createEntityRecognizerRequest,
AsyncHandler<CreateEntityRecognizerRequest,CreateEntityRecognizerResult> asyncHandler)
Creates an entity recognizer using submitted files.
|
Future<CreateEntityRecognizerResult> |
AmazonComprehendAsyncClient.createEntityRecognizerAsync(CreateEntityRecognizerRequest request,
AsyncHandler<CreateEntityRecognizerRequest,CreateEntityRecognizerResult> asyncHandler) |
Future<CreateEntityRecognizerResult> |
AbstractAmazonComprehendAsync.createEntityRecognizerAsync(CreateEntityRecognizerRequest request,
AsyncHandler<CreateEntityRecognizerRequest,CreateEntityRecognizerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.clone() |
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read
access to your input data.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withInputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)
Specifies the format and location of the input data.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withRecognizerName(String recognizerName)
The name given to the newly created recognizer.
|
Copyright © 2019. All rights reserved.