| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical |
Amazon Comprehend Medical extracts structured information from unstructured clinical text.
|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
DetectPHIResult |
AbstractAWSComprehendMedical.detectPHI(DetectPHIRequest request) |
DetectPHIResult |
AWSComprehendMedical.detectPHI(DetectPHIRequest detectPHIRequest)
Inspects the clinical text for protected health information (PHI) entities and returns the entity category,
location, and confidence score for each entity.
|
DetectPHIResult |
AWSComprehendMedicalClient.detectPHI(DetectPHIRequest request)
Inspects the clinical text for protected health information (PHI) entities and returns the entity category,
location, and confidence score for each entity.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DetectPHIResult> |
AWSComprehendMedicalAsyncClient.detectPHIAsync(DetectPHIRequest request) |
Future<DetectPHIResult> |
AWSComprehendMedicalAsync.detectPHIAsync(DetectPHIRequest detectPHIRequest)
Inspects the clinical text for protected health information (PHI) entities and returns the entity category,
location, and confidence score for each entity.
|
Future<DetectPHIResult> |
AbstractAWSComprehendMedicalAsync.detectPHIAsync(DetectPHIRequest request) |
Future<DetectPHIResult> |
AWSComprehendMedicalAsyncClient.detectPHIAsync(DetectPHIRequest request,
AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler) |
Future<DetectPHIResult> |
AWSComprehendMedicalAsync.detectPHIAsync(DetectPHIRequest detectPHIRequest,
AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler)
Inspects the clinical text for protected health information (PHI) entities and returns the entity category,
location, and confidence score for each entity.
|
Future<DetectPHIResult> |
AbstractAWSComprehendMedicalAsync.detectPHIAsync(DetectPHIRequest request,
AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DetectPHIResult> |
AWSComprehendMedicalAsyncClient.detectPHIAsync(DetectPHIRequest request,
AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler) |
Future<DetectPHIResult> |
AWSComprehendMedicalAsync.detectPHIAsync(DetectPHIRequest detectPHIRequest,
AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler)
Inspects the clinical text for protected health information (PHI) entities and returns the entity category,
location, and confidence score for each entity.
|
Future<DetectPHIResult> |
AbstractAWSComprehendMedicalAsync.detectPHIAsync(DetectPHIRequest request,
AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DetectPHIResult |
DetectPHIResult.clone() |
DetectPHIResult |
DetectPHIResult.withEntities(Collection<Entity> entities)
The collection of PHI entities extracted from the input text and their associated information.
|
DetectPHIResult |
DetectPHIResult.withEntities(Entity... entities)
The collection of PHI entities extracted from the input text and their associated information.
|
DetectPHIResult |
DetectPHIResult.withModelVersion(String modelVersion)
The version of the model used to analyze the documents.
|
DetectPHIResult |
DetectPHIResult.withPaginationToken(String paginationToken)
If the result of the previous request to
DetectPHI was truncated, include the
PaginationToken to fetch the next page of PHI entities. |
Copyright © 2024. All rights reserved.