@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSComprehendMedical extends Object implements AWSComprehendMedical
AWSComprehendMedical. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSComprehendMedical() |
| Modifier and Type | Method and Description |
|---|---|
DetectEntitiesResult |
detectEntities(DetectEntitiesRequest request)
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 request)
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.
|
public DetectEntitiesResult detectEntities(DetectEntitiesRequest request)
AWSComprehendMedicalInspects 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 .
detectEntities in interface AWSComprehendMedicalpublic DetectPHIResult detectPHI(DetectPHIRequest request)
AWSComprehendMedicalInspects the clinical text for personal health information (PHI) entities and entity category, location, and confidence score on that information.
detectPHI in interface AWSComprehendMedicalpublic void shutdown()
AWSComprehendMedicalshutdown in interface AWSComprehendMedicalpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSComprehendMedicalResponse 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.
getCachedResponseMetadata in interface AWSComprehendMedicalrequest - The originally executed request.Copyright © 2019. All rights reserved.