| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
UnmappedAttribute.attribute()
The specific attribute that has been extracted but not mapped to an entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
Entity.attributes()
The extracted attributes that relate to this entity.
|
| Modifier and Type | Method and Description |
|---|---|
UnmappedAttribute.Builder |
UnmappedAttribute.Builder.attribute(Attribute attribute)
The specific attribute that has been extracted but not mapped to an entity.
|
Entity.Builder |
Entity.Builder.attributes(Attribute... attributes)
The extracted attributes that relate to this entity.
|
| Modifier and Type | Method and Description |
|---|---|
Entity.Builder |
Entity.Builder.attributes(Collection<Attribute> attributes)
The extracted attributes that relate to this entity.
|
Copyright © 2021. All rights reserved.