| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attribute.clone() |
Attribute |
UnmappedAttribute.getAttribute()
The specific attribute that has been extracted but not mapped to an entity.
|
Attribute |
Attribute.withBeginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the attribute begins.
|
Attribute |
Attribute.withCategory(EntityType category)
The category of attribute.
|
Attribute |
Attribute.withCategory(String category)
The category of attribute.
|
Attribute |
Attribute.withEndOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the attribute ends.
|
Attribute |
Attribute.withId(Integer id)
The numeric identifier for this attribute.
|
Attribute |
Attribute.withRelationshipScore(Float relationshipScore)
The level of confidence that Comprehend Medical; has that this attribute is correctly related to this entity.
|
Attribute |
Attribute.withRelationshipType(RelationshipType relationshipType)
The type of relationship between the entity and attribute.
|
Attribute |
Attribute.withRelationshipType(String relationshipType)
The type of relationship between the entity and attribute.
|
Attribute |
Attribute.withScore(Float score)
The level of confidence that Comprehend Medical; has that the segment of text is correctly recognized as an
attribute.
|
Attribute |
Attribute.withText(String text)
The segment of input text extracted as this attribute.
|
Attribute |
Attribute.withTraits(Collection<Trait> traits)
Contextual information for this attribute.
|
Attribute |
Attribute.withTraits(Trait... traits)
Contextual information for this attribute.
|
Attribute |
Attribute.withType(EntitySubType type)
The type of attribute.
|
Attribute |
Attribute.withType(String type)
The type of attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
Entity.getAttributes()
The extracted attributes that relate to this entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnmappedAttribute.setAttribute(Attribute attribute)
The specific attribute that has been extracted but not mapped to an entity.
|
UnmappedAttribute |
UnmappedAttribute.withAttribute(Attribute attribute)
The specific attribute that has been extracted but not mapped to an entity.
|
Entity |
Entity.withAttributes(Attribute... attributes)
The extracted attributes that relate to this entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.setAttributes(Collection<Attribute> attributes)
The extracted attributes that relate to this entity.
|
Entity |
Entity.withAttributes(Collection<Attribute> attributes)
The extracted attributes that relate to this entity.
|
Copyright © 2022. All rights reserved.