| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
ICD10CMTrait |
ICD10CMTrait.clone() |
ICD10CMTrait |
ICD10CMTrait.withName(ICD10CMTraitName name)
Provides a name or contextual description about the trait.
|
ICD10CMTrait |
ICD10CMTrait.withName(String name)
Provides a name or contextual description about the trait.
|
ICD10CMTrait |
ICD10CMTrait.withScore(Float score)
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a
trait.
|
| Modifier and Type | Method and Description |
|---|---|
List<ICD10CMTrait> |
ICD10CMAttribute.getTraits()
The contextual information for the attribute.
|
List<ICD10CMTrait> |
ICD10CMEntity.getTraits()
Provides Contextual information for the entity.
|
| Modifier and Type | Method and Description |
|---|---|
ICD10CMAttribute |
ICD10CMAttribute.withTraits(ICD10CMTrait... traits)
The contextual information for the attribute.
|
ICD10CMEntity |
ICD10CMEntity.withTraits(ICD10CMTrait... traits)
Provides Contextual information for the entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICD10CMAttribute.setTraits(Collection<ICD10CMTrait> traits)
The contextual information for the attribute.
|
void |
ICD10CMEntity.setTraits(Collection<ICD10CMTrait> traits)
Provides Contextual information for the entity.
|
ICD10CMAttribute |
ICD10CMAttribute.withTraits(Collection<ICD10CMTrait> traits)
The contextual information for the attribute.
|
ICD10CMEntity |
ICD10CMEntity.withTraits(Collection<ICD10CMTrait> traits)
Provides Contextual information for the entity.
|
Copyright © 2025. All rights reserved.