@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSComprehendMedical
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSComprehendMedical
instead.
Comprehend Medical extracts structured information from unstructured clinical text. Use these actions to gain insight in your documents.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
DetectEntitiesResult |
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 .
|
DetectPHIResult |
detectPHI(DetectPHIRequest detectPHIRequest)
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and
confidence score on that information.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
static final String ENDPOINT_PREFIX
DetectEntitiesResult 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 .
detectEntitiesRequest
- InternalServerException
- An internal server error occurred. Retry your request.ServiceUnavailableException
- The Comprehend Medical service is temporarily unavailable. Please wait and then retry your request.TooManyRequestsException
- You have made too many requests within a short period of time. Wait for a short time and then try your
request again. Contact customer support for more information about a service limit increase.InvalidRequestException
- The request that you made is invalid. Check your request to determine why it's invalid and then retry the
request.InvalidEncodingException
- The input text was not in valid UTF-8 character encoding. Check your text then retry your request.TextSizeLimitExceededException
- The size of the text you submitted exceeds the size limit. Reduce the size of the text or use a smaller
document and then retry your request.DetectPHIResult detectPHI(DetectPHIRequest detectPHIRequest)
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and confidence score on that information.
detectPHIRequest
- InternalServerException
- An internal server error occurred. Retry your request.ServiceUnavailableException
- The Comprehend Medical service is temporarily unavailable. Please wait and then retry your request.TooManyRequestsException
- You have made too many requests within a short period of time. Wait for a short time and then try your
request again. Contact customer support for more information about a service limit increase.InvalidRequestException
- The request that you made is invalid. Check your request to determine why it's invalid and then retry the
request.InvalidEncodingException
- The input text was not in valid UTF-8 character encoding. Check your text then retry your request.TextSizeLimitExceededException
- The size of the text you submitted exceeds the size limit. Reduce the size of the text or use a smaller
document and then retry your request.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.