| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
Entity |
Entity.clone() |
Entity |
Entity.withAttributes(Attribute... attributes)
The extracted attributes that relate to this entity.
|
Entity |
Entity.withAttributes(Collection<Attribute> attributes)
The extracted attributes that relate to this entity.
|
Entity |
Entity.withBeginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the entity begins.
|
Entity |
Entity.withCategory(EntityType category)
The category of the entity.
|
Entity |
Entity.withCategory(String category)
The category of the entity.
|
Entity |
Entity.withEndOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the entity ends.
|
Entity |
Entity.withId(Integer id)
The numeric identifier for the entity.
|
Entity |
Entity.withScore(Float score)
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detection.
|
Entity |
Entity.withText(String text)
The segment of input text extracted as this entity.
|
Entity |
Entity.withTraits(Collection<Trait> traits)
Contextual information for the entity.
|
Entity |
Entity.withTraits(Trait... traits)
Contextual information for the entity.
|
Entity |
Entity.withType(EntitySubType type)
Describes the specific type of entity with category of entities.
|
Entity |
Entity.withType(String type)
Describes the specific type of entity with category of entities.
|
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
DetectPHIResult.getEntities()
The collection of PHI entities extracted from the input text and their associated information.
|
List<Entity> |
DetectEntitiesResult.getEntities()
The collection of medical entities extracted from the input text and their associated information.
|
List<Entity> |
DetectEntitiesV2Result.getEntities()
The collection of medical entities extracted from the input text and their associated information.
|
| Modifier and Type | Method and Description |
|---|---|
DetectPHIResult |
DetectPHIResult.withEntities(Entity... entities)
The collection of PHI entities extracted from the input text and their associated information.
|
DetectEntitiesResult |
DetectEntitiesResult.withEntities(Entity... entities)
The collection of medical entities extracted from the input text and their associated information.
|
DetectEntitiesV2Result |
DetectEntitiesV2Result.withEntities(Entity... entities)
The collection of medical entities extracted from the input text and their associated information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectPHIResult.setEntities(Collection<Entity> entities)
The collection of PHI entities extracted from the input text and their associated information.
|
void |
DetectEntitiesResult.setEntities(Collection<Entity> entities)
The collection of medical entities extracted from the input text and their associated information.
|
void |
DetectEntitiesV2Result.setEntities(Collection<Entity> entities)
The collection of medical entities extracted from the input text and their associated information.
|
DetectPHIResult |
DetectPHIResult.withEntities(Collection<Entity> entities)
The collection of PHI entities extracted from the input text and their associated information.
|
DetectEntitiesResult |
DetectEntitiesResult.withEntities(Collection<Entity> entities)
The collection of medical entities extracted from the input text and their associated information.
|
DetectEntitiesV2Result |
DetectEntitiesV2Result.withEntities(Collection<Entity> entities)
The collection of medical entities extracted from the input text and their associated information.
|
Copyright © 2024. All rights reserved.