| 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 |
|---|---|
StartPiiEntitiesDetectionJobResult |
AbstractAmazonComprehend.startPiiEntitiesDetectionJob(StartPiiEntitiesDetectionJobRequest request) |
StartPiiEntitiesDetectionJobResult |
AmazonComprehendClient.startPiiEntitiesDetectionJob(StartPiiEntitiesDetectionJobRequest request)
Starts an asynchronous PII entity detection job for a collection of documents.
|
StartPiiEntitiesDetectionJobResult |
AmazonComprehend.startPiiEntitiesDetectionJob(StartPiiEntitiesDetectionJobRequest startPiiEntitiesDetectionJobRequest)
Starts an asynchronous PII entity detection job for a collection of documents.
|
| Modifier and Type | Method and Description |
|---|---|
StartPiiEntitiesDetectionJobResult |
StartPiiEntitiesDetectionJobResult.clone() |
StartPiiEntitiesDetectionJobResult |
StartPiiEntitiesDetectionJobResult.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the PII entity detection job.
|
StartPiiEntitiesDetectionJobResult |
StartPiiEntitiesDetectionJobResult.withJobId(String jobId)
The identifier generated for the job.
|
StartPiiEntitiesDetectionJobResult |
StartPiiEntitiesDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the job.
|
StartPiiEntitiesDetectionJobResult |
StartPiiEntitiesDetectionJobResult.withJobStatus(String jobStatus)
The status of the job.
|
Copyright © 2022. All rights reserved.