| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
SNOMEDCTEntity |
SNOMEDCTEntity.clone() |
SNOMEDCTEntity |
SNOMEDCTEntity.withAttributes(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 |
SNOMEDCTEntity.withAttributes(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 |
SNOMEDCTEntity.withBeginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the entity begins.
|
SNOMEDCTEntity |
SNOMEDCTEntity.withCategory(SNOMEDCTEntityCategory category)
The category of the detected entity.
|
SNOMEDCTEntity |
SNOMEDCTEntity.withCategory(String category)
The category of the detected entity.
|
SNOMEDCTEntity |
SNOMEDCTEntity.withEndOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the entity ends.
|
SNOMEDCTEntity |
SNOMEDCTEntity.withId(Integer id)
The numeric identifier for the entity.
|
SNOMEDCTEntity |
SNOMEDCTEntity.withScore(Float score)
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected entity.
|
SNOMEDCTEntity |
SNOMEDCTEntity.withSNOMEDCTConcepts(Collection<SNOMEDCTConcept> sNOMEDCTConcepts)
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
SNOMEDCTEntity |
SNOMEDCTEntity.withSNOMEDCTConcepts(SNOMEDCTConcept... sNOMEDCTConcepts)
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
SNOMEDCTEntity |
SNOMEDCTEntity.withText(String text)
The segment of input text extracted as this entity.
|
SNOMEDCTEntity |
SNOMEDCTEntity.withTraits(Collection<SNOMEDCTTrait> traits)
Contextual information for the entity.
|
SNOMEDCTEntity |
SNOMEDCTEntity.withTraits(SNOMEDCTTrait... traits)
Contextual information for the entity.
|
SNOMEDCTEntity |
SNOMEDCTEntity.withType(SNOMEDCTEntityType type)
Describes the specific type of entity with category of entities.
|
SNOMEDCTEntity |
SNOMEDCTEntity.withType(String type)
Describes the specific type of entity with category of entities.
|
| Modifier and Type | Method and Description |
|---|---|
List<SNOMEDCTEntity> |
InferSNOMEDCTResult.getEntities()
The collection of medical concept entities extracted from the input text and their associated information.
|
| Modifier and Type | Method and Description |
|---|---|
InferSNOMEDCTResult |
InferSNOMEDCTResult.withEntities(SNOMEDCTEntity... entities)
The collection of medical concept entities extracted from the input text and their associated information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InferSNOMEDCTResult.setEntities(Collection<SNOMEDCTEntity> entities)
The collection of medical concept entities extracted from the input text and their associated information.
|
InferSNOMEDCTResult |
InferSNOMEDCTResult.withEntities(Collection<SNOMEDCTEntity> entities)
The collection of medical concept entities extracted from the input text and their associated information.
|
Copyright © 2024. All rights reserved.