@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSComprehendMedicalAsync extends AbstractAWSComprehendMedical implements AWSComprehendMedicalAsync
AWSComprehendMedicalAsync
. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<DetectEntitiesResult> |
detectEntitiesAsync(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 .
|
Future<DetectEntitiesResult> |
detectEntitiesAsync(DetectEntitiesRequest request,
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 request)
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and
confidence score on that information.
|
Future<DetectPHIResult> |
detectPHIAsync(DetectPHIRequest request,
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, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
detectEntities, detectPHI, getCachedResponseMetadata, shutdown
public Future<DetectEntitiesResult> detectEntitiesAsync(DetectEntitiesRequest request)
AWSComprehendMedicalAsync
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 .
detectEntitiesAsync
in interface AWSComprehendMedicalAsync
public Future<DetectEntitiesResult> detectEntitiesAsync(DetectEntitiesRequest request, AsyncHandler<DetectEntitiesRequest,DetectEntitiesResult> asyncHandler)
AWSComprehendMedicalAsync
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 .
detectEntitiesAsync
in interface AWSComprehendMedicalAsync
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.public Future<DetectPHIResult> detectPHIAsync(DetectPHIRequest request)
AWSComprehendMedicalAsync
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and confidence score on that information.
detectPHIAsync
in interface AWSComprehendMedicalAsync
public Future<DetectPHIResult> detectPHIAsync(DetectPHIRequest request, AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler)
AWSComprehendMedicalAsync
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and confidence score on that information.
detectPHIAsync
in interface AWSComprehendMedicalAsync
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.