| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.attributes(Collection<SNOMEDCTAttribute> attributes)
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such
as the dosage of a medication taken.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.attributes(Consumer<SNOMEDCTAttribute.Builder>... attributes)
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such
as the dosage of a medication taken.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.attributes(SNOMEDCTAttribute... attributes)
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such
as the dosage of a medication taken.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.beginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the entity begins.
|
static SNOMEDCTEntity.Builder |
SNOMEDCTEntity.builder() |
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.category(SNOMEDCTEntityCategory category)
The category of the detected entity.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.category(String category)
The category of the detected entity.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.endOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the entity ends.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.id(Integer id)
The numeric identifier for the entity.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.score(Float score)
The level of confidence that Comprehend Medical has in the accuracy of the detected entity.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.snomedctConcepts(Collection<SNOMEDCTConcept> snomedctConcepts)
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.snomedctConcepts(Consumer<SNOMEDCTConcept.Builder>... snomedctConcepts)
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.snomedctConcepts(SNOMEDCTConcept... snomedctConcepts)
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.text(String text)
The segment of input text extracted as this entity.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.toBuilder() |
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.traits(Collection<SNOMEDCTTrait> traits)
Contextual information for the entity.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.traits(Consumer<SNOMEDCTTrait.Builder>... traits)
Contextual information for the entity.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.traits(SNOMEDCTTrait... traits)
Contextual information for the entity.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.type(SNOMEDCTEntityType type)
Describes the specific type of entity with category of entities.
|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.type(String type)
Describes the specific type of entity with category of entities.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SNOMEDCTEntity.Builder> |
SNOMEDCTEntity.serializableBuilderClass() |
Copyright © 2023. All rights reserved.