| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
static DetectPhiResponse.Builder |
DetectPhiResponse.builder() |
DetectPhiResponse.Builder |
DetectPhiResponse.Builder.entities(Collection<Entity> entities)
The collection of PHI entities extracted from the input text and their associated information.
|
DetectPhiResponse.Builder |
DetectPhiResponse.Builder.entities(Consumer<Entity.Builder>... entities)
The collection of PHI entities extracted from the input text and their associated information.
|
DetectPhiResponse.Builder |
DetectPhiResponse.Builder.entities(Entity... entities)
The collection of PHI entities extracted from the input text and their associated information.
|
DetectPhiResponse.Builder |
DetectPhiResponse.Builder.modelVersion(String modelVersion)
The version of the model used to analyze the documents.
|
DetectPhiResponse.Builder |
DetectPhiResponse.Builder.paginationToken(String paginationToken)
If the result of the previous request to
DetectPHI was truncated, include the
PaginationToken to fetch the next page of PHI entities. |
DetectPhiResponse.Builder |
DetectPhiResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DetectPhiResponse.Builder> |
DetectPhiResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.