| 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.
|
| 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.
|
| 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.
|
Copyright © 2018. All rights reserved.