| 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 unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION",
"ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
|
UnmappedAttribute |
UnmappedAttribute.withType(String type)
The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION",
"ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
|
| Modifier and Type | Method and Description |
|---|---|
List<UnmappedAttribute> |
DetectEntitiesV2Result.getUnmappedAttributes()
Attributes extracted from the input text that couldn't be related to an entity.
|
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 |
|---|---|
DetectEntitiesV2Result |
DetectEntitiesV2Result.withUnmappedAttributes(UnmappedAttribute... unmappedAttributes)
Attributes extracted from the input text that couldn't be related to an entity.
|
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 |
DetectEntitiesV2Result.setUnmappedAttributes(Collection<UnmappedAttribute> unmappedAttributes)
Attributes extracted from the input text that couldn't be related to an entity.
|
void |
DetectEntitiesResult.setUnmappedAttributes(Collection<UnmappedAttribute> unmappedAttributes)
Attributes extracted from the input text that we were unable to relate to an entity.
|
DetectEntitiesV2Result |
DetectEntitiesV2Result.withUnmappedAttributes(Collection<UnmappedAttribute> unmappedAttributes)
Attributes extracted from the input text that couldn't be related 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 © 2025. All rights reserved.