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