| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
DetectEntitiesV2Response.entities()
The collection of medical entities extracted from the input text and their associated information.
|
List<Entity> |
DetectPhiResponse.entities()
The collection of PHI entities extracted from the input text and their associated information.
|
List<Entity> |
DetectEntitiesResponse.entities()
The collection of medical entities extracted from the input text and their associated information.
|
| Modifier and Type | Method and Description |
|---|---|
DetectEntitiesV2Response.Builder |
DetectEntitiesV2Response.Builder.entities(Entity... entities)
The collection of medical 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.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.entities(Entity... entities)
The collection of medical entities extracted from the input text and their associated information.
|
| Modifier and Type | Method and Description |
|---|---|
DetectEntitiesV2Response.Builder |
DetectEntitiesV2Response.Builder.entities(Collection<Entity> entities)
The collection of medical entities extracted from the input text and their associated information.
|
DetectPhiResponse.Builder |
DetectPhiResponse.Builder.entities(Collection<Entity> entities)
The collection of PHI entities extracted from the input text and their associated information.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.entities(Collection<Entity> entities)
The collection of medical entities extracted from the input text and their associated information.
|
Copyright © 2021. All rights reserved.