| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
RxNormAttribute |
RxNormAttribute.clone() |
RxNormAttribute |
RxNormAttribute.withBeginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the attribute begins.
|
RxNormAttribute |
RxNormAttribute.withEndOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the attribute ends.
|
RxNormAttribute |
RxNormAttribute.withId(Integer id)
The numeric identifier for this attribute.
|
RxNormAttribute |
RxNormAttribute.withRelationshipScore(Float relationshipScore)
The level of confidence that Amazon Comprehend Medical has that the attribute is accurately linked to an entity.
|
RxNormAttribute |
RxNormAttribute.withScore(Float score)
The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an
attribute.
|
RxNormAttribute |
RxNormAttribute.withText(String text)
The segment of input text which corresponds to the detected attribute.
|
RxNormAttribute |
RxNormAttribute.withTraits(Collection<RxNormTrait> traits)
Contextual information for the attribute.
|
RxNormAttribute |
RxNormAttribute.withTraits(RxNormTrait... traits)
Contextual information for the attribute.
|
RxNormAttribute |
RxNormAttribute.withType(RxNormAttributeType type)
The type of attribute.
|
RxNormAttribute |
RxNormAttribute.withType(String type)
The type of attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<RxNormAttribute> |
RxNormEntity.getAttributes()
The extracted attributes that relate to the entity.
|
| Modifier and Type | Method and Description |
|---|---|
RxNormEntity |
RxNormEntity.withAttributes(RxNormAttribute... attributes)
The extracted attributes that relate to the entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RxNormEntity.setAttributes(Collection<RxNormAttribute> attributes)
The extracted attributes that relate to the entity.
|
RxNormEntity |
RxNormEntity.withAttributes(Collection<RxNormAttribute> attributes)
The extracted attributes that relate to the entity.
|
Copyright © 2022. All rights reserved.