RxNormAttribute.Builder |
RxNormAttribute.Builder.beginOffset(Integer beginOffset) |
The 0-based character offset in the input text that shows where the attribute begins.
|
static RxNormAttribute.Builder |
RxNormAttribute.builder() |
|
RxNormAttribute.Builder |
RxNormAttribute.Builder.endOffset(Integer endOffset) |
The 0-based character offset in the input text that shows where the attribute ends.
|
RxNormAttribute.Builder |
RxNormAttribute.Builder.id(Integer id) |
The numeric identifier for this attribute.
|
RxNormAttribute.Builder |
RxNormAttribute.Builder.relationshipScore(Float relationshipScore) |
The level of confidence that Amazon Comprehend Medical has that the attribute is accurately linked to an
entity.
|
RxNormAttribute.Builder |
RxNormAttribute.Builder.score(Float score) |
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized
as an attribute.
|
RxNormAttribute.Builder |
RxNormAttribute.Builder.text(String text) |
The segment of input text which corresponds to the detected attribute.
|
RxNormAttribute.Builder |
RxNormAttribute.toBuilder() |
|
RxNormAttribute.Builder |
RxNormAttribute.Builder.traits(Collection<RxNormTrait> traits) |
Contextual information for the attribute.
|
RxNormAttribute.Builder |
RxNormAttribute.Builder.traits(Consumer<RxNormTrait.Builder>... traits) |
Contextual information for the attribute.
|
RxNormAttribute.Builder |
RxNormAttribute.Builder.traits(RxNormTrait... traits) |
Contextual information for the attribute.
|
RxNormAttribute.Builder |
RxNormAttribute.Builder.type(String type) |
The type of attribute.
|
RxNormAttribute.Builder |
RxNormAttribute.Builder.type(RxNormAttributeType type) |
The type of attribute.
|