@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSComprehendMedicalAsync extends AWSComprehendMedical
AsyncHandler can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSComprehendMedicalAsync instead.
Comprehend Medical extracts structured information from unstructured clinical text. Use these actions to gain insight in your documents.
ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
Future<DetectEntitiesResult> |
detectEntitiesAsync(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 .
|
Future<DetectEntitiesResult> |
detectEntitiesAsync(DetectEntitiesRequest detectEntitiesRequest,
AsyncHandler<DetectEntitiesRequest,DetectEntitiesResult> asyncHandler)
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 .
|
Future<DetectPHIResult> |
detectPHIAsync(DetectPHIRequest detectPHIRequest)
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and
confidence score on that information.
|
Future<DetectPHIResult> |
detectPHIAsync(DetectPHIRequest detectPHIRequest,
AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler)
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and
confidence score on that information.
|
detectEntities, detectPHI, getCachedResponseMetadata, shutdownFuture<DetectEntitiesResult> detectEntitiesAsync(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 - Future<DetectEntitiesResult> detectEntitiesAsync(DetectEntitiesRequest detectEntitiesRequest, AsyncHandler<DetectEntitiesRequest,DetectEntitiesResult> asyncHandler)
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 - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DetectPHIResult> detectPHIAsync(DetectPHIRequest detectPHIRequest)
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and confidence score on that information.
detectPHIRequest - Future<DetectPHIResult> detectPHIAsync(DetectPHIRequest detectPHIRequest, AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler)
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and confidence score on that information.
detectPHIRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2019. All rights reserved.