| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical |
Comprehend Medical extracts structured information from unstructured clinical text.
|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
default DetectEntitiesResponse |
ComprehendMedicalClient.detectEntities(Consumer<DetectEntitiesRequest.Builder> detectEntitiesRequest)
Inspects the clinical text for a variety of medical entities and returns specific information about them such as
entity category, location, and confidence score on that information .
|
default DetectEntitiesResponse |
ComprehendMedicalClient.detectEntities(DetectEntitiesRequest detectEntitiesRequest)
Inspects the clinical text for a variety of medical entities and returns specific information about them such as
entity category, location, and confidence score on that information .
|
default DetectPhiResponse |
ComprehendMedicalClient.detectPHI(Consumer<DetectPhiRequest.Builder> detectPhiRequest)
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and
confidence score on that information.
|
default DetectPhiResponse |
ComprehendMedicalClient.detectPHI(DetectPhiRequest detectPhiRequest)
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and
confidence score on that information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalServerException
An internal server error occurred.
|
class |
InvalidEncodingException
The input text was not in valid UTF-8 character encoding.
|
class |
InvalidRequestException
The request that you made is invalid.
|
class |
ServiceUnavailableException
The Comprehend Medical service is temporarily unavailable.
|
class |
TextSizeLimitExceededException
The size of the text you submitted exceeds the size limit.
|
class |
TooManyRequestsException
You have made too many requests within a short period of time.
|
| Modifier and Type | Method and Description |
|---|---|
ComprehendMedicalException |
ComprehendMedicalException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(ComprehendMedicalException ex) |
Copyright © 2018. All rights reserved.