@Generated(value="software.amazon.awssdk:codegen") public interface ComprehendMedicalAsyncClient extends SdkClient
builder()
method.
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 |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static ComprehendMedicalAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
ComprehendMedicalAsyncClient . |
static ComprehendMedicalAsyncClient |
create()
Create a
ComprehendMedicalAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider . |
default CompletableFuture<DetectEntitiesResponse> |
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 CompletableFuture<DetectEntitiesResponse> |
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 CompletableFuture<DetectPhiResponse> |
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 CompletableFuture<DetectPhiResponse> |
detectPHI(DetectPhiRequest detectPhiRequest)
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and
confidence score on that information.
|
serviceName
close
static final String SERVICE_NAME
static ComprehendMedicalAsyncClient create()
ComprehendMedicalAsyncClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static ComprehendMedicalAsyncClientBuilder builder()
ComprehendMedicalAsyncClient
.default CompletableFuture<DetectEntitiesResponse> 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
- default CompletableFuture<DetectEntitiesResponse> 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 .
This is a convenience which creates an instance of the DetectEntitiesRequest.Builder
avoiding the need to
create one manually via DetectEntitiesRequest.builder()
detectEntitiesRequest
- A Consumer
that will call methods on DetectEntitiesRequest.Builder
to create a request.default CompletableFuture<DetectPhiResponse> detectPHI(DetectPhiRequest detectPhiRequest)
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and confidence score on that information.
detectPhiRequest
- default CompletableFuture<DetectPhiResponse> 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.
This is a convenience which creates an instance of the DetectPhiRequest.Builder
avoiding the need to
create one manually via DetectPhiRequest.builder()
detectPhiRequest
- A Consumer
that will call methods on DetectPHIRequest.Builder
to create a request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.