| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
List<UnmappedAttribute> |
DetectEntitiesResponse.unmappedAttributes()
Attributes extracted from the input text that we were unable to relate to an entity.
|
List<UnmappedAttribute> |
DetectEntitiesV2Response.unmappedAttributes()
Attributes extracted from the input text that couldn't be related to an entity.
|
| Modifier and Type | Method and Description |
|---|---|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.unmappedAttributes(UnmappedAttribute... unmappedAttributes)
Attributes extracted from the input text that we were unable to relate 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 |
|---|---|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.unmappedAttributes(Collection<UnmappedAttribute> unmappedAttributes)
Attributes extracted from the input text that we were unable to relate to an entity.
|
DetectEntitiesV2Response.Builder |
DetectEntitiesV2Response.Builder.unmappedAttributes(Collection<UnmappedAttribute> unmappedAttributes)
Attributes extracted from the input text that couldn't be related to an entity.
|
Copyright © 2019. All rights reserved.