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