| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
Trait |
Trait.clone() |
Trait |
Trait.withName(AttributeName name)
Provides a name or contextual description about the trait.
|
Trait |
Trait.withName(String name)
Provides a name or contextual description about the trait.
|
Trait |
Trait.withScore(Float score)
The level of confidence that Comprehend Medical; has in the accuracy of this trait.
|
| Modifier and Type | Method and Description |
|---|---|
List<Trait> |
Entity.getTraits()
Contextual information for the entity.
|
List<Trait> |
Attribute.getTraits()
Contextual information for this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
Entity.withTraits(Trait... traits)
Contextual information for the entity.
|
Attribute |
Attribute.withTraits(Trait... traits)
Contextual information for this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.setTraits(Collection<Trait> traits)
Contextual information for the entity.
|
void |
Attribute.setTraits(Collection<Trait> traits)
Contextual information for this attribute.
|
Entity |
Entity.withTraits(Collection<Trait> traits)
Contextual information for the entity.
|
Attribute |
Attribute.withTraits(Collection<Trait> traits)
Contextual information for this attribute.
|
Copyright © 2022. All rights reserved.