| 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 |
|---|---|
Future<StartEventsDetectionJobResult> |
AbstractAmazonComprehendAsync.startEventsDetectionJobAsync(StartEventsDetectionJobRequest request,
AsyncHandler<StartEventsDetectionJobRequest,StartEventsDetectionJobResult> asyncHandler) |
Future<StartEventsDetectionJobResult> |
AmazonComprehendAsync.startEventsDetectionJobAsync(StartEventsDetectionJobRequest startEventsDetectionJobRequest,
AsyncHandler<StartEventsDetectionJobRequest,StartEventsDetectionJobResult> asyncHandler)
Starts an asynchronous event detection job for a collection of documents.
|
Future<StartEventsDetectionJobResult> |
AmazonComprehendAsyncClient.startEventsDetectionJobAsync(StartEventsDetectionJobRequest request,
AsyncHandler<StartEventsDetectionJobRequest,StartEventsDetectionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartEventsDetectionJobRequest |
StartEventsDetectionJobRequest.clone() |
StartEventsDetectionJobRequest |
StartEventsDetectionJobRequest.withClientRequestToken(String clientRequestToken)
An unique identifier for the request.
|
StartEventsDetectionJobRequest |
StartEventsDetectionJobRequest.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
StartEventsDetectionJobRequest |
StartEventsDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartEventsDetectionJobRequest |
StartEventsDetectionJobRequest.withJobName(String jobName)
The identifier of the events detection job.
|
StartEventsDetectionJobRequest |
StartEventsDetectionJobRequest.withLanguageCode(LanguageCode languageCode)
The language code of the input documents.
|
StartEventsDetectionJobRequest |
StartEventsDetectionJobRequest.withLanguageCode(String languageCode)
The language code of the input documents.
|
StartEventsDetectionJobRequest |
StartEventsDetectionJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
StartEventsDetectionJobRequest |
StartEventsDetectionJobRequest.withTags(Collection<Tag> tags)
Tags to associate with the events detection job.
|
StartEventsDetectionJobRequest |
StartEventsDetectionJobRequest.withTags(Tag... tags)
Tags to associate with the events detection job.
|
StartEventsDetectionJobRequest |
StartEventsDetectionJobRequest.withTargetEventTypes(Collection<String> targetEventTypes)
The types of events to detect in the input documents.
|
StartEventsDetectionJobRequest |
StartEventsDetectionJobRequest.withTargetEventTypes(String... targetEventTypes)
The types of events to detect in the input documents.
|
Copyright © 2024. All rights reserved.