Entity.Builder |
Entity.Builder.attributes(Collection<Attribute> attributes) |
The extracted attributes that relate to this entity.
|
Entity.Builder |
Entity.Builder.attributes(Consumer<Attribute.Builder>... attributes) |
The extracted attributes that relate to this entity.
|
Entity.Builder |
Entity.Builder.attributes(Attribute... attributes) |
The extracted attributes that relate to this entity.
|
Entity.Builder |
Entity.Builder.beginOffset(Integer beginOffset) |
The 0-based character offset in the input text that shows where the entity begins.
|
static Entity.Builder |
Entity.builder() |
|
Entity.Builder |
Entity.Builder.category(String category) |
The category of the entity.
|
Entity.Builder |
Entity.Builder.category(EntityType category) |
The category of the entity.
|
Entity.Builder |
Entity.Builder.endOffset(Integer endOffset) |
The 0-based character offset in the input text that shows where the entity ends.
|
Entity.Builder |
Entity.Builder.id(Integer id) |
The numeric identifier for the entity.
|
Entity.Builder |
Entity.Builder.score(Float score) |
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detection.
|
Entity.Builder |
Entity.Builder.text(String text) |
The segment of input text extracted as this entity.
|
Entity.Builder |
Entity.toBuilder() |
|
Entity.Builder |
Entity.Builder.traits(Collection<Trait> traits) |
Contextual information for the entity.
|
Entity.Builder |
Entity.Builder.traits(Consumer<Trait.Builder>... traits) |
Contextual information for the entity.
|
Entity.Builder |
Entity.Builder.traits(Trait... traits) |
Contextual information for the entity.
|
Entity.Builder |
Entity.Builder.type(String type) |
Describes the specific type of entity with category of entities.
|
Entity.Builder |
Entity.Builder.type(EntitySubType type) |
Describes the specific type of entity with category of entities.
|