| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
ICD10CMEntity |
ICD10CMEntity.clone() |
ICD10CMEntity |
ICD10CMEntity.withAttributes(Collection<ICD10CMAttribute> attributes)
The detected attributes that relate to the entity.
|
ICD10CMEntity |
ICD10CMEntity.withAttributes(ICD10CMAttribute... attributes)
The detected attributes that relate to the entity.
|
ICD10CMEntity |
ICD10CMEntity.withBeginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the entity begins.
|
ICD10CMEntity |
ICD10CMEntity.withCategory(ICD10CMEntityCategory category)
The category of the entity.
|
ICD10CMEntity |
ICD10CMEntity.withCategory(String category)
The category of the entity.
|
ICD10CMEntity |
ICD10CMEntity.withEndOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the entity ends.
|
ICD10CMEntity |
ICD10CMEntity.withICD10CMConcepts(Collection<ICD10CMConcept> iCD10CMConcepts)
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
ICD10CMEntity |
ICD10CMEntity.withICD10CMConcepts(ICD10CMConcept... iCD10CMConcepts)
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
ICD10CMEntity |
ICD10CMEntity.withId(Integer id)
The numeric identifier for the entity.
|
ICD10CMEntity |
ICD10CMEntity.withScore(Float score)
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detection.
|
ICD10CMEntity |
ICD10CMEntity.withText(String text)
The segment of input text that is matched to the detected entity.
|
ICD10CMEntity |
ICD10CMEntity.withTraits(Collection<ICD10CMTrait> traits)
Provides Contextual information for the entity.
|
ICD10CMEntity |
ICD10CMEntity.withTraits(ICD10CMTrait... traits)
Provides Contextual information for the entity.
|
ICD10CMEntity |
ICD10CMEntity.withType(ICD10CMEntityType type)
Describes the specific type of entity with category of entities.
|
ICD10CMEntity |
ICD10CMEntity.withType(String type)
Describes the specific type of entity with category of entities.
|
| Modifier and Type | Method and Description |
|---|---|
List<ICD10CMEntity> |
InferICD10CMResult.getEntities()
The medical conditions detected in the text linked to ICD-10-CM concepts.
|
| Modifier and Type | Method and Description |
|---|---|
InferICD10CMResult |
InferICD10CMResult.withEntities(ICD10CMEntity... entities)
The medical conditions detected in the text linked to ICD-10-CM concepts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InferICD10CMResult.setEntities(Collection<ICD10CMEntity> entities)
The medical conditions detected in the text linked to ICD-10-CM concepts.
|
InferICD10CMResult |
InferICD10CMResult.withEntities(Collection<ICD10CMEntity> entities)
The medical conditions detected in the text linked to ICD-10-CM concepts.
|
Copyright © 2025. All rights reserved.