| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
static DetectEntitiesV2Response.Builder |
DetectEntitiesV2Response.builder() |
DetectEntitiesV2Response.Builder |
DetectEntitiesV2Response.Builder.entities(Collection<Entity> entities)
The collection of medical entities extracted from the input text and their associated information.
|
DetectEntitiesV2Response.Builder |
DetectEntitiesV2Response.Builder.entities(Consumer<Entity.Builder>... entities)
The collection of medical entities extracted from the input text and their associated information.
|
DetectEntitiesV2Response.Builder |
DetectEntitiesV2Response.Builder.entities(Entity... entities)
The collection of medical entities extracted from the input text and their associated information.
|
DetectEntitiesV2Response.Builder |
DetectEntitiesV2Response.Builder.modelVersion(String modelVersion)
The version of the model used to analyze the documents.
|
DetectEntitiesV2Response.Builder |
DetectEntitiesV2Response.Builder.paginationToken(String paginationToken)
If the result to the
DetectEntitiesV2 operation was truncated, include the
PaginationToken to fetch the next page of entities. |
DetectEntitiesV2Response.Builder |
DetectEntitiesV2Response.toBuilder() |
DetectEntitiesV2Response.Builder |
DetectEntitiesV2Response.Builder.unmappedAttributes(Collection<UnmappedAttribute> unmappedAttributes)
Attributes extracted from the input text that couldn't be related to an entity.
|
DetectEntitiesV2Response.Builder |
DetectEntitiesV2Response.Builder.unmappedAttributes(Consumer<UnmappedAttribute.Builder>... unmappedAttributes)
Attributes extracted from the input text that couldn't be related to an entity.
|
DetectEntitiesV2Response.Builder |
DetectEntitiesV2Response.Builder.unmappedAttributes(UnmappedAttribute... unmappedAttributes)
Attributes extracted from the input text that couldn't be related to an entity.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DetectEntitiesV2Response.Builder> |
DetectEntitiesV2Response.serializableBuilderClass() |
Copyright © 2021. All rights reserved.