| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical |
Comprehend Medical; extracts structured information from unstructured clinical text.
|
| Modifier and Type | Method and Description |
|---|---|
default DetectPhiResponse |
ComprehendMedicalClient.detectPHI(Consumer<DetectPhiRequest.Builder> detectPhiRequest)
Inspects the clinical text for protected health information (PHI) entities and returns the entity category,
location, and confidence score for each entity.
|
default DetectPhiResponse |
ComprehendMedicalClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DetectPhiResponse> |
ComprehendMedicalAsyncClient.detectPHI(Consumer<DetectPhiRequest.Builder> detectPhiRequest)
Inspects the clinical text for protected health information (PHI) entities and returns the entity category,
location, and confidence score for each entity.
|
default CompletableFuture<DetectPhiResponse> |
ComprehendMedicalAsyncClient.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.
|
Copyright © 2022. All rights reserved.