| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
UnmappedAttribute |
UnmappedAttribute.clone() |
UnmappedAttribute |
UnmappedAttribute.withAttribute(Attribute attribute)
The specific attribute that has been extracted but not mapped to an entity.
|
UnmappedAttribute |
UnmappedAttribute.withType(EntityType type)
The type of the attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY",
"TEST_AND_TREATMENT_PROCEDURE" or "PERSONAL_HEALTH_INFORMATION".
|
UnmappedAttribute |
UnmappedAttribute.withType(String type)
The type of the attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY",
"TEST_AND_TREATMENT_PROCEDURE" or "PERSONAL_HEALTH_INFORMATION".
|
| Modifier and Type | Method and Description |
|---|---|
List<UnmappedAttribute> |
DetectEntitiesResult.getUnmappedAttributes()
Attributes extracted from the input text that we were unable to relate to an entity.
|
| Modifier and Type | Method and Description |
|---|---|
DetectEntitiesResult |
DetectEntitiesResult.withUnmappedAttributes(UnmappedAttribute... unmappedAttributes)
Attributes extracted from the input text that we were unable to relate to an entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectEntitiesResult.setUnmappedAttributes(Collection<UnmappedAttribute> unmappedAttributes)
Attributes extracted from the input text that we were unable to relate to an entity.
|
DetectEntitiesResult |
DetectEntitiesResult.withUnmappedAttributes(Collection<UnmappedAttribute> unmappedAttributes)
Attributes extracted from the input text that we were unable to relate to an entity.
|
Copyright © 2019. All rights reserved.