ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.beginOffset(Integer beginOffset) |
The 0-based character offset in the input text that shows where the attribute begins.
|
static ICD10CMAttribute.Builder |
ICD10CMAttribute.builder() |
|
ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.category(String category) |
The category of attribute.
|
ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.category(ICD10CMEntityType category) |
The category of attribute.
|
ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.endOffset(Integer endOffset) |
The 0-based character offset in the input text that shows where the attribute ends.
|
ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.id(Integer id) |
The numeric identifier for this attribute.
|
ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.relationshipScore(Float relationshipScore) |
The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this
entity.
|
ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.relationshipType(String relationshipType) |
The type of relationship between the entity and attribute.
|
ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.relationshipType(ICD10CMRelationshipType relationshipType) |
The type of relationship between the entity and attribute.
|
ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.score(Float score) |
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized
as an attribute.
|
ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.text(String text) |
The segment of input text which contains the detected attribute.
|
ICD10CMAttribute.Builder |
ICD10CMAttribute.toBuilder() |
|
ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.traits(Collection<ICD10CMTrait> traits) |
The contextual information for the attribute.
|
ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.traits(Consumer<ICD10CMTrait.Builder>... traits) |
The contextual information for the attribute.
|
ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.traits(ICD10CMTrait... traits) |
The contextual information for the attribute.
|
ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.type(String type) |
The type of attribute.
|
ICD10CMAttribute.Builder |
ICD10CMAttribute.Builder.type(ICD10CMAttributeType type) |
The type of attribute.
|