| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
static DetectEntitiesResponse.Builder |
DetectEntitiesResponse.builder() |
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.entities(Collection<Entity> entities)
The collection of medical entities extracted from the input text and their associated information.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.entities(Consumer<Entity.Builder>... entities)
The collection of medical 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.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.paginationToken(String paginationToken)
If the result of the previous request to DetectEntities was truncated, include the Paginationtoken to fetch
the next page of entities.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.toBuilder() |
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.unmappedAttributes(Collection<UnmappedAttribute> unmappedAttributes)
Attributes extracted from the input text that we were unable to relate to an entity.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.unmappedAttributes(Consumer<UnmappedAttribute.Builder>... unmappedAttributes)
Attributes extracted from the input text that we were unable to relate to an entity.
|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.unmappedAttributes(UnmappedAttribute... unmappedAttributes)
Attributes extracted from the input text that we were unable to relate to an entity.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DetectEntitiesResponse.Builder> |
DetectEntitiesResponse.serializableBuilderClass() |
Copyright © 2018. All rights reserved.