| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
ICD10CMAttribute |
ICD10CMAttribute.clone() |
ICD10CMAttribute |
ICD10CMAttribute.withBeginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the attribute begins.
|
ICD10CMAttribute |
ICD10CMAttribute.withCategory(ICD10CMEntityType category)
The category of attribute.
|
ICD10CMAttribute |
ICD10CMAttribute.withCategory(String category)
The category of attribute.
|
ICD10CMAttribute |
ICD10CMAttribute.withEndOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the attribute ends.
|
ICD10CMAttribute |
ICD10CMAttribute.withId(Integer id)
The numeric identifier for this attribute.
|
ICD10CMAttribute |
ICD10CMAttribute.withRelationshipScore(Float relationshipScore)
The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this
entity.
|
ICD10CMAttribute |
ICD10CMAttribute.withRelationshipType(ICD10CMRelationshipType relationshipType)
The type of relationship between the entity and attribute.
|
ICD10CMAttribute |
ICD10CMAttribute.withRelationshipType(String relationshipType)
The type of relationship between the entity and attribute.
|
ICD10CMAttribute |
ICD10CMAttribute.withScore(Float score)
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an
attribute.
|
ICD10CMAttribute |
ICD10CMAttribute.withText(String text)
The segment of input text which contains the detected attribute.
|
ICD10CMAttribute |
ICD10CMAttribute.withTraits(Collection<ICD10CMTrait> traits)
The contextual information for the attribute.
|
ICD10CMAttribute |
ICD10CMAttribute.withTraits(ICD10CMTrait... traits)
The contextual information for the attribute.
|
ICD10CMAttribute |
ICD10CMAttribute.withType(ICD10CMAttributeType type)
The type of attribute.
|
ICD10CMAttribute |
ICD10CMAttribute.withType(String type)
The type of attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<ICD10CMAttribute> |
ICD10CMEntity.getAttributes()
The detected attributes that relate to the entity.
|
| Modifier and Type | Method and Description |
|---|---|
ICD10CMEntity |
ICD10CMEntity.withAttributes(ICD10CMAttribute... attributes)
The detected attributes that relate to the entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICD10CMEntity.setAttributes(Collection<ICD10CMAttribute> attributes)
The detected attributes that relate to the entity.
|
ICD10CMEntity |
ICD10CMEntity.withAttributes(Collection<ICD10CMAttribute> attributes)
The detected attributes that relate to the entity.
|
Copyright © 2021. All rights reserved.