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